You can do as follows
task installerTask() {
//.... your task logic goes here
doLast {
delete("${buildDir}/jpackageAppImage")
}
}
You can do as follows
task installerTask() {
//.... your task logic goes here
doLast {
delete("${buildDir}/jpackageAppImage")
}
}