Skip to content

Commit ea81e21

Browse files
chore(deps): update plugin com.gradle.enterprise to v3.17.6, switch to the develocity plugin (#118)
Co-authored-by: Peter Trifanov <peter.trifanov@gmail.com>
1 parent 63eb2b7 commit ea81e21

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

settings.gradle.kts

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ pluginManagement {
66
}
77

88
plugins {
9-
id("com.gradle.enterprise") version("3.16.2")
9+
id("com.gradle.develocity") version("3.17.6")
1010
id("org.ajoberstar.reckon.settings") version("0.18.2")
1111
}
1212

@@ -26,10 +26,10 @@ extensions.configure<org.ajoberstar.reckon.gradle.ReckonExtension> {
2626
}
2727

2828
if (System.getenv("CI") != null) {
29-
gradleEnterprise {
29+
develocity {
3030
buildScan {
31-
termsOfServiceUrl = "https://gradle.com/terms-of-service"
32-
termsOfServiceAgree = "yes"
31+
termsOfUseUrl = "https://gradle.com/terms-of-service"
32+
termsOfUseAgree = "yes"
3333
}
3434
}
3535
}

0 commit comments

Comments
 (0)