File tree 7 files changed +11
-9
lines changed
7 files changed +11
-9
lines changed Original file line number Diff line number Diff line change 8
8
*/
9
9
10
10
plugins {
11
- id " com.gradle.develocity" version " 3.19.2 "
11
+ id " com.gradle.develocity" version " 4.0.1 "
12
12
}
13
13
14
14
rootProject. name = ' build-conventions'
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ pluginManagement {
9
9
}
10
10
11
11
plugins {
12
- id " com.gradle.develocity" version " 3.19.2 "
12
+ id " com.gradle.develocity" version " 4.0.1 "
13
13
}
14
14
15
15
dependencyResolutionManagement {
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ pluginManagement {
10
10
includeBuild " ../build-conventions"
11
11
}
12
12
plugins {
13
- id " com.gradle.develocity" version " 3.19.2 "
13
+ id " com.gradle.develocity" version " 4.0.1 "
14
14
}
15
15
include ' reaper'
16
16
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ checkstyle = "com.puppycrawl.tools:checkstyle:10.3"
16
16
commmons-io = " commons-io:commons-io:2.2"
17
17
docker-compose = " com.avast.gradle:gradle-docker-compose-plugin:0.17.5"
18
18
forbiddenApis = " de.thetaphi:forbiddenapis:3.8"
19
- gradle-enterprise = " com.gradle:develocity-gradle-plugin:3.19.2 "
19
+ gradle-enterprise = " com.gradle:develocity-gradle-plugin:4.0.1 "
20
20
hamcrest = " org.hamcrest:hamcrest:3.0"
21
21
httpcore5 = " org.apache.httpcomponents.core5:httpcore5:5.3.3"
22
22
httpclient5 = " org.apache.httpcomponents.client5:httpclient5:5.4.2"
Original file line number Diff line number Diff line change 781
781
<sha256 value =" 48234cd74e35d91a31a683820a35b5b6d11b55527f32a5b162c6757408b95d7a" origin =" Generated by Gradle" />
782
782
</artifact >
783
783
</component >
784
- <component group =" com.gradle" name =" develocity-gradle-plugin" version =" 3.19.2" >
785
- <artifact name =" develocity-gradle-plugin-3.19.2.jar" >
786
- <sha256 value =" fc611e8858a901619831ea1d9efd289db7fea28a0ca3d091abdd363365d9512b" origin =" Generated by Gradle" />
784
+ <component group =" com.gradle" name =" develocity-gradle-plugin" version =" 4.0.1" >
785
+ <artifact name =" develocity-gradle-plugin-4.0.1.jar" >
786
+ <sha256 value =" fc611e8858a901619831ea1d9efd289db7fea28a0ca3d091abdd363365d9512b" origin =" Generated by Gradle" >
787
+ <also-trust value =" 62a98a9df9fbf8c16772787aa5a0009cedcf45c366a0969274bc3b3644c1de25" />
788
+ </sha256 >
787
789
</artifact >
788
790
</component >
789
791
<component group =" com.gradleup.shadow" name =" shadow-gradle-plugin" version =" 8.3.5" >
Original file line number Diff line number Diff line change 8
8
*/
9
9
10
10
plugins {
11
- id " com.gradle.develocity" version " 3.19.2 "
11
+ id " com.gradle.develocity" version " 4.0.1 "
12
12
}
13
13
14
14
// Include all subdirectories as example projects
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ pluginManagement {
14
14
}
15
15
16
16
plugins {
17
- id " com.gradle.develocity" version " 3.19.2 "
17
+ id " com.gradle.develocity" version " 4.0.1 "
18
18
id ' elasticsearch.java-toolchain'
19
19
}
20
20
You can’t perform that action at this time.
0 commit comments