zyx hace 2 años
padre
commit
87d3077e6f
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      build.gradle

+ 4 - 0
build.gradle

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