diff --git a/build.gradle b/build.gradle index 237158a..fba708e 100644 --- a/build.gradle +++ b/build.gradle @@ -39,4 +39,7 @@ task createOutDir { task compileAdblockList(type: NpmTask) { dependsOn npmInstall, createOutDir args = ['run', 'compile'] + doFirst { + file("out").mkdirs() + } } \ No newline at end of file