|
@@ -86,10 +86,10 @@ allprojects {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-if (hasProperty('buildScan')) {
|
|
|
+develocity {
|
|
|
buildScan {
|
|
|
- termsOfServiceUrl = 'https://gradle.com/terms-of-service'
|
|
|
- termsOfServiceAgree = 'yes'
|
|
|
+ termsOfUseUrl = 'https://gradle.com/help/legal-terms-of-use'
|
|
|
+ termsOfUseAgree = 'yes'
|
|
|
}
|
|
|
}
|
|
|
|