zyx 2 anni fa
parent
commit
8ca9d23c1c
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  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)