This repository was archived by the owner on Oct 15, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ pluginManagement {
20
20
exclusiveContent {
21
21
forRepository { gradlePluginPortal() }
22
22
filter {
23
- includeModule(" com.gradle" , " gradle-enterprise -gradle-plugin" )
24
- includeModule(" com.gradle.enterprise " , " com.gradle.enterprise .gradle.plugin" )
23
+ includeModule(" com.gradle" , " develocity -gradle-plugin" )
24
+ includeModule(" com.gradle.develocity " , " com.gradle.develocity .gradle.plugin" )
25
25
includeModule(" me.tylerbwong.gradle.metalava" , " plugin" )
26
26
includeModule(
27
27
" org.gradle.toolchains.foojay-resolver-convention" ,
@@ -40,14 +40,14 @@ pluginManagement {
40
40
41
41
plugins {
42
42
id(" org.gradle.toolchains.foojay-resolver-convention" ) version " 0.8.0"
43
- id(" com.gradle.enterprise " ) version " 3.16.2 "
43
+ id(" com.gradle.develocity " ) version " 3.17 "
44
44
}
45
45
46
- gradleEnterprise {
46
+ develocity {
47
47
buildScan {
48
- termsOfServiceUrl = " https://gradle.com/terms-of-service "
49
- termsOfServiceAgree = if (System .getenv(" GITHUB_WORKFLOW" ).isNullOrEmpty()) " no" else " yes"
50
- publishOnFailureIf( ! System .getenv(" GITHUB_WORKFLOW" ).isNullOrEmpty())
48
+ termsOfUseUrl = " https://gradle.com/legal/ terms-of-use/ "
49
+ termsOfUseAgree = if (System .getenv(" GITHUB_WORKFLOW" ).isNullOrEmpty()) " no" else " yes"
50
+ publishing.onlyIf { ! System .getenv(" GITHUB_WORKFLOW" ).isNullOrEmpty() }
51
51
}
52
52
}
53
53
You can’t perform that action at this time.
0 commit comments