Skip to content

Commit de11044

Browse files
authored
Merge pull request #23 from nebula-plugins/refactor/migrate-from-gradle-enterprise-to-develocity
refactor/migrate-from-gradle-enterprise-to-develocity
2 parents a351298 + e8a3c9a commit de11044

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

settings.gradle

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
plugins {
2-
id 'com.gradle.enterprise' version '3.8.1'
2+
id 'com.gradle.develocity' version '3.19'
33
}
44

5-
gradleEnterprise {
5+
develocity {
66
buildScan {
7-
publishAlways()
8-
termsOfServiceUrl = 'https://gradle.com/terms-of-service'
9-
termsOfServiceAgree = 'yes'
7+
termsOfUseUrl = "https://gradle.com/help/legal-terms-of-use"
8+
termsOfUseAgree = 'yes'
109
}
1110
}
1211

0 commit comments

Comments
 (0)