Skip to content

Commit ab59e5e

Browse files
authored
[Gradle] Update develocity plugin to latest 4.1.1 (#134567)
1 parent 3696c5c commit ab59e5e

File tree

7 files changed

+9
-11
lines changed

7 files changed

+9
-11
lines changed

build-conventions/settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*/
99

1010
plugins {
11-
id "com.gradle.develocity" version "4.0.1"
11+
id "com.gradle.develocity" version "4.1.1"
1212
}
1313

1414
rootProject.name = 'build-conventions'

build-tools-internal/settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ pluginManagement {
99
}
1010

1111
plugins {
12-
id "com.gradle.develocity" version "4.0.1"
12+
id "com.gradle.develocity" version "4.1.1"
1313
}
1414

1515
dependencyResolutionManagement {

build-tools/settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ pluginManagement {
1010
includeBuild "../build-conventions"
1111
}
1212
plugins {
13-
id "com.gradle.develocity" version "4.0.1"
13+
id "com.gradle.develocity" version "4.1.1"
1414
}
1515
include 'reaper'
1616

gradle/build.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ checkstyle = "com.puppycrawl.tools:checkstyle:10.3"
1717
commmons-io = "commons-io:commons-io:2.2"
1818
docker-compose = "com.avast.gradle:gradle-docker-compose-plugin:0.17.5"
1919
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"
2121
hamcrest = "org.hamcrest:hamcrest:3.0"
2222
httpcore5 = "org.apache.httpcomponents.core5:httpcore5:5.3.3"
2323
httpclient5 = "org.apache.httpcomponents.client5:httpclient5:5.4.2"

gradle/verification-metadata.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -959,11 +959,9 @@
959959
<sha256 value="48234cd74e35d91a31a683820a35b5b6d11b55527f32a5b162c6757408b95d7a" origin="Generated by Gradle"/>
960960
</artifact>
961961
</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"/>
967965
</artifact>
968966
</component>
969967
<component group="com.gradleup.gratatouille" name="gratatouille-runtime" version="0.0.8">

plugins/examples/settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*/
99

1010
plugins {
11-
id "com.gradle.develocity" version "4.0.1"
11+
id "com.gradle.develocity" version "4.1.1"
1212
}
1313

1414
// Include all subdirectories as example projects

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ pluginManagement {
1515
}
1616

1717
plugins {
18-
id "com.gradle.develocity" version "4.0.1"
18+
id "com.gradle.develocity" version "4.1.1"
1919
id 'elasticsearch.java-toolchain'
2020
}
2121

0 commit comments

Comments
 (0)