Slackbot
11/04/2022, 6:13 PMChris Lee
11/04/2022, 6:48 PMtasks.withType<PublishToMavenRepository>().configureEach {
onlyIf { // condition here }
}
Eli Graber
11/04/2022, 6:57 PMChris Lee
11/04/2022, 7:00 PMEli Graber
11/04/2022, 7:06 PMChris Lee
11/04/2022, 7:06 PMEli Graber
11/04/2022, 7:06 PMChris Lee
11/04/2022, 7:07 PMwolfs
11/04/2022, 7:17 PMwolfs
11/04/2022, 7:18 PMVampire
11/04/2022, 7:49 PMenabled = false
, not onlyIf { ... }
as then nothing has to be evaluated.