File tree Expand file tree Collapse file tree 7 files changed +9
-11
lines changed Expand file tree Collapse file tree 7 files changed +9
-11
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 " 4.0 .1"
11
+ id " com.gradle.develocity" version " 4.1 .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 " 4.0 .1"
12
+ id " com.gradle.develocity" version " 4.1 .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 " 4.0 .1"
13
+ id " com.gradle.develocity" version " 4.1 .1"
14
14
}
15
15
include ' reaper'
16
16
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ checkstyle = "com.puppycrawl.tools:checkstyle:10.3"
17
17
commmons-io = " commons-io:commons-io:2.2"
18
18
docker-compose = " com.avast.gradle:gradle-docker-compose-plugin:0.17.5"
19
19
forbiddenApis = " de.thetaphi:forbiddenapis:3.8"
20
- gradle-enterprise = " com.gradle:develocity-gradle-plugin:4.0 .1"
20
+ gradle-enterprise = " com.gradle:develocity-gradle-plugin:4.1 .1"
21
21
hamcrest = " org.hamcrest:hamcrest:3.0"
22
22
httpcore5 = " org.apache.httpcomponents.core5:httpcore5:5.3.3"
23
23
httpclient5 = " org.apache.httpcomponents.client5:httpclient5:5.4.2"
Original file line number Diff line number Diff line change 959
959
<sha256 value =" 48234cd74e35d91a31a683820a35b5b6d11b55527f32a5b162c6757408b95d7a" origin =" Generated by Gradle" />
960
960
</artifact >
961
961
</component >
962
- <component group =" com.gradle" name =" develocity-gradle-plugin" version =" 4.0.1" >
963
- <artifact name =" develocity-gradle-plugin-4.0.1.jar" >
964
- <sha256 value =" fc611e8858a901619831ea1d9efd289db7fea28a0ca3d091abdd363365d9512b" origin =" Generated by Gradle" >
965
- <also-trust value =" 62a98a9df9fbf8c16772787aa5a0009cedcf45c366a0969274bc3b3644c1de25" />
966
- </sha256 >
962
+ <component group =" com.gradle" name =" develocity-gradle-plugin" version =" 4.1.1" >
963
+ <artifact name =" develocity-gradle-plugin-4.1.1.jar" >
964
+ <sha256 value =" 21a509cfff19aad0eb23dcc2a1979345708ffa61d6f4488f8956caae51cb55ff" origin =" Generated by Gradle" />
967
965
</artifact >
968
966
</component >
969
967
<component group =" com.gradleup.gratatouille" name =" gratatouille-runtime" version =" 0.0.8" >
Original file line number Diff line number Diff line change 8
8
*/
9
9
10
10
plugins {
11
- id " com.gradle.develocity" version " 4.0 .1"
11
+ id " com.gradle.develocity" version " 4.1 .1"
12
12
}
13
13
14
14
// Include all subdirectories as example projects
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ pluginManagement {
15
15
}
16
16
17
17
plugins {
18
- id " com.gradle.develocity" version " 4.0 .1"
18
+ id " com.gradle.develocity" version " 4.1 .1"
19
19
id ' elasticsearch.java-toolchain'
20
20
}
21
21
You can’t perform that action at this time.
0 commit comments