Skip to content

Commit b330526

Browse files
authored
Update TODO
1 parent b7d6678 commit b330526

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ develocity {
2222
buildScan {
2323
termsOfUseUrl = "https://gradle.com/terms-of-service"
2424
termsOfUseAgree = "yes"
25-
// TODO: workaround for https://github.com/gradle/gradle/issues/22879.
25+
// TODO: https://github.com/gradle/gradle/issues/22879
2626
val isCI = providers.environmentVariable("CI").isPresent
2727
publishing.onlyIf { isCI }
2828
}

0 commit comments

Comments
 (0)