Skip to content

Commit

Permalink
chore(gradle): Move config from gradleEnterprise to develocity
Browse files Browse the repository at this point in the history
They rebranded the product.
  • Loading branch information
Rahul Somasunderam committed Apr 20, 2024
1 parent 18e9c17 commit 9c5bdbe
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
plugins {
id("com.gradle.enterprise").version("3.15.1")
id("com.gradle.develocity").version("3.17.2")
}

gradleEnterprise {
develocity {
buildScan {
termsOfServiceUrl = "https://gradle.com/terms-of-service"
termsOfServiceAgree = "yes"
publishAlways()
termsOfUseUrl.set("https://gradle.com/terms-of-service")
termsOfUseAgree.set("yes")
}
}

Expand Down

0 comments on commit 9c5bdbe

Please sign in to comment.