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