1
0
mirror of synced 2026-05-22 13:23:17 +00:00

Migrate to com.gradle.develocity plugin

Issue gh-15021
This commit is contained in:
Steve Riesenberg
2024-05-07 16:00:10 -05:00
parent d86545dd41
commit 5c8311b7d3
5 changed files with 12 additions and 60 deletions
+3 -3
View File
@@ -129,10 +129,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'
}
}