Skip to content

Commit d87b8ac

Browse files
authored
It should be publishAlwaysIf
1 parent c00e816 commit d87b8ac

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)