Skip to content

Commit

Permalink
Publish build scans conditionally (#2080)
Browse files Browse the repository at this point in the history
  • Loading branch information
nedtwigg committed Apr 2, 2024
2 parents aa113ff + 0d3f519 commit c00e816
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()
publishAlways(providers.environmentVariable('CI').present)
}
}

Expand Down

0 comments on commit c00e816

Please sign in to comment.