File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ pluginManagement {
8
8
}
9
9
10
10
plugins {
11
- id(" com.gradle.enterprise " ) version " 3.16.2 "
11
+ id(" com.gradle.develocity " ) version " 3.18 "
12
12
}
13
13
14
14
dependencyResolutionManagement {
@@ -21,13 +21,11 @@ dependencyResolutionManagement {
21
21
enableFeaturePreview(" STABLE_CONFIGURATION_CACHE" )
22
22
enableFeaturePreview(" TYPESAFE_PROJECT_ACCESSORS" )
23
23
24
- gradleEnterprise {
25
- if (System .getenv(" CI" ) != null ) {
26
- buildScan {
27
- publishAlways()
28
- termsOfServiceUrl = " https://gradle.com/terms-of-service"
29
- termsOfServiceAgree = " yes"
30
- }
24
+ develocity {
25
+ buildScan {
26
+ publishing.onlyIf { ! System .getenv(" CI" ).isNullOrEmpty() }
27
+ termsOfUseUrl.set(" https://gradle.com/help/legal-terms-of-use" )
28
+ termsOfUseAgree.set(" yes" )
31
29
}
32
30
}
33
31
You can’t perform that action at this time.
0 commit comments