2 lines
104 B
Groovy

tasks.matching {it.group == 'publishing' || it.group == 'central publish' }.each { it.enabled = false }