apply plugin: 'java-library' task distZip(dependsOn: 'jar') { //NO-OPtask als redirect } dependencies { api fileTree(dir: 'lib', include: '*.jar') api(project(':iZpl')) }