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
 }
 
+jar {
+    enabled = false
+}
+
 jar.dependsOn(clearLibs,copyRuntimeLibs)