apply plugin: ‘java’ apply plugin:‘application’
mainClassName = “RunApp”
gradlew distZip
it creates a full distribution ZIP archive with a bin folder. I want to exclude this bin folder because i have create a custom scripts in src/dist
Thanks for your help