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

+ 4 - 0
build.gradle

@@ -65,4 +65,8 @@ task copyRuntimeLibs(type: Copy) {
     from  configurations.compileClasspath
 }
 
+jar {
+    enabled = false
+}
+
 jar.dependsOn(clearLibs,copyRuntimeLibs)