Skip to content

Commit

Permalink
Update settings.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredsburrows authored Apr 9, 2024
1 parent 5b0252d commit 419f4e9
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,14 @@ pluginManagement {
}
}

plugins {
id 'com.gradle.enterprise' version '3.17'
develocity {
buildScan {
termsOfUseUrl = 'https://gradle.com/terms-of-service'
termsOfUseAgree = 'yes'
// TODO: workaround for https://github.com/gradle/gradle/issues/22879
def isCI = providers.environmentVariable("CI").isPresent()
publishing.onlyIf { isCI }
}
}

dependencyResolutionManagement {
Expand Down

0 comments on commit 419f4e9

Please sign in to comment.