zyx 2 년 전
부모
커밋
2b973dfcb6
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 3
      build.gradle

+ 0 - 3
build.gradle

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