zyx 2 年之前
父節點
當前提交
8ca9d23c1c
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      build.gradle

+ 4 - 0
build.gradle

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