zyx 2 vuotta sitten
vanhempi
commit
87d3077e6f
1 muutettua tiedostoa jossa 4 lisäystä ja 0 poistoa
  1. 4 0
      build.gradle

+ 4 - 0
build.gradle

@@ -66,3 +66,7 @@ tasks.register('copyRuntimeLibs',Copy) {
 }
 
 jar.dependsOn(clearLibs,copyRuntimeLibs)
+
+bootJar {
+    enabled = false
+}