Skip to content

Commit 7542029

Browse files
authored
It should be publishAlwaysIf (#2083)
2 parents c00e816 + d87b8ac commit 7542029

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ gradleEnterprise {
6363
buildScan {
6464
termsOfServiceUrl = "https://gradle.com/terms-of-service"
6565
termsOfServiceAgree = "yes"
66-
publishAlways(providers.environmentVariable('CI').present)
66+
publishAlwaysIf(providers.environmentVariable('CI').present)
6767
}
6868
}
6969

0 commit comments

Comments
 (0)