x80486
task distribution(type: Zip) { archiveName = "${project.name}.zip" dependsOn assemble from compileJava from processResources into("lib") { from configurations.runtimeClasspath } }