Skip to content

Commit

Permalink
Use newer build scan plugin
Browse files Browse the repository at this point in the history
 - Use newer build scan plugin
  • Loading branch information
jaredsburrows authored and krmahadevan committed Jan 26, 2025
1 parent e162179 commit b29b5c5
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,16 @@ pluginManagement {
rootProject.name = "testng-root"

plugins {
`gradle-enterprise`
id("com.gradle.develocity") version("3.19.1")
id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0"
}

gradleEnterprise {
develocity {
buildScan {
termsOfServiceUrl = "https://gradle.com/terms-of-service"
termsOfServiceAgree = "yes"
termsOfUseUrl = "https://gradle.com/terms-of-service"
termsOfUseAgree = "yes"
val isCI = System.getenv("CI") != null
publishing.onlyIf { isCI }
}
}

Expand Down

0 comments on commit b29b5c5

Please sign in to comment.