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