aboutsummaryrefslogtreecommitdiff
path: root/juick-www/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'juick-www/build.gradle')
-rw-r--r--juick-www/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/juick-www/build.gradle b/juick-www/build.gradle
index 55a15a83..5a11e9e2 100644
--- a/juick-www/build.gradle
+++ b/juick-www/build.gradle
@@ -35,7 +35,7 @@ dependencies {
}
compileFrontend.dependsOn 'npmInstall'
-war.dependsOn 'compileFrontend'
+processResources.dependsOn 'compileFrontend'
compileJava.options.encoding = 'UTF-8'
gretty {