We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7d6678 commit b330526Copy full SHA for b330526
settings.gradle.kts
@@ -22,7 +22,7 @@ develocity {
22
buildScan {
23
termsOfUseUrl = "https://gradle.com/terms-of-service"
24
termsOfUseAgree = "yes"
25
- // TODO: workaround for https://github.com/gradle/gradle/issues/22879.
+ // TODO: https://github.com/gradle/gradle/issues/22879
26
val isCI = providers.environmentVariable("CI").isPresent
27
publishing.onlyIf { isCI }
28
}
0 commit comments