Skip to content

Commit

Permalink
It should be publishAlwaysIf (#2083)
Browse files Browse the repository at this point in the history
  • Loading branch information
nedtwigg committed Apr 2, 2024
2 parents c00e816 + d87b8ac commit 7542029
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ gradleEnterprise {
buildScan {
termsOfServiceUrl = "https://gradle.com/terms-of-service"
termsOfServiceAgree = "yes"
publishAlways(providers.environmentVariable('CI').present)
publishAlwaysIf(providers.environmentVariable('CI').present)
}
}

Expand Down

0 comments on commit 7542029

Please sign in to comment.