Skip to content

Commit ba1f65d

Browse files
authored
Update Gradle Enterprise Plugin (Develocity) to 3.19.2 (#125137) (#125249)
with develocity updated to 2024.3.4 we are unblocked on updating the gradle enterprise plugin
1 parent 11f03c5 commit ba1f65d

File tree

7 files changed

+9
-14
lines changed

7 files changed

+9
-14
lines changed

build-conventions/settings.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*/
99

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

1414
rootProject.name = 'build-conventions'

build-tools-internal/settings.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ pluginManagement {
99
}
1010

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

1515
dependencyResolutionManagement {

build-tools/settings.gradle

+1-1
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 "3.18.1"
13+
id "com.gradle.develocity" version "3.19.2"
1414
}
1515
include 'reaper'
1616

gradle/build.versions.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ commons-codec = "commons-codec:commons-codec:1.11"
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:3.18.1"
20+
gradle-enterprise = "com.gradle:develocity-gradle-plugin:3.19.2"
2121
hamcrest = "org.hamcrest:hamcrest:2.1"
2222
httpcore = "org.apache.httpcomponents:httpcore:4.4.12"
2323
httpclient = "org.apache.httpcomponents:httpclient:4.5.14"

gradle/verification-metadata.xml

+3-8
Original file line numberDiff line numberDiff line change
@@ -804,14 +804,9 @@
804804
<sha256 value="48234cd74e35d91a31a683820a35b5b6d11b55527f32a5b162c6757408b95d7a" origin="Generated by Gradle"/>
805805
</artifact>
806806
</component>
807-
<component group="com.gradle" name="develocity-gradle-plugin" version="3.17.4">
808-
<artifact name="develocity-gradle-plugin-3.17.4.jar">
809-
<sha256 value="e2b3f8a191b0b401b75c2c4542d3d1719814a4212e6920fae4f2f940678bfd99" origin="Generated by Gradle"/>
810-
</artifact>
811-
</component>
812-
<component group="com.gradle" name="develocity-gradle-plugin" version="3.18.1">
813-
<artifact name="develocity-gradle-plugin-3.18.1.jar">
814-
<sha256 value="0adf32afef4ae46a131367e393d18a5d9529750dfd1432287797a64b2c36c7ef" origin="Generated by Gradle"/>
807+
<component group="com.gradle" name="develocity-gradle-plugin" version="3.19.2">
808+
<artifact name="develocity-gradle-plugin-3.19.2.jar">
809+
<sha256 value="fc611e8858a901619831ea1d9efd289db7fea28a0ca3d091abdd363365d9512b" origin="Generated by Gradle"/>
815810
</artifact>
816811
</component>
817812
<component group="com.gradleup.shadow" name="shadow-gradle-plugin" version="8.3.5">

plugins/examples/settings.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*/
99

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

1414
// Include all subdirectories as example projects

settings.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ pluginManagement {
1414
}
1515

1616
plugins {
17-
id "com.gradle.develocity" version "3.18.1"
17+
id "com.gradle.develocity" version "3.19.2"
1818
id 'elasticsearch.java-toolchain'
1919
}
2020

0 commit comments

Comments
 (0)