zyx 2 anos atrás
pai
commit
8ca9d23c1c
1 arquivos alterados com 4 adições e 0 exclusões
  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)