Switch from com.gradle.enterprise to com.gradle.develocity

This commit is contained in:
daz
2024-04-03 15:09:53 -06:00
parent 81b3a2db60
commit 518b14b196
12 changed files with 41 additions and 50 deletions

View File

@@ -1,12 +1,11 @@
plugins {
id "com.gradle.enterprise" version "3.17"
id "com.gradle.develocity" version "3.17"
}
gradleEnterprise {
develocity {
buildScan {
termsOfServiceUrl = "https://gradle.com/terms-of-service"
termsOfServiceAgree = "yes"
publishAlways()
termsOfUseUrl = "https://gradle.com/help/legal-terms-of-use"
termsOfUseAgree = "yes"
uploadInBackground = false
}
}