diff --git a/build.gradle b/build.gradle index 8c3404b..d5855d3 100644 --- a/build.gradle +++ b/build.gradle @@ -93,3 +93,8 @@ task copyFrontLib(type: Copy) { } copyFrontLib.dependsOn npmInstall compileJava.dependsOn copyFrontLib + + +jar { + enabled = false +} \ No newline at end of file