Skip to content

Commit 396e45f

Browse files
authored
Upgrade develocity plugin (#115139) (#115149)
1 parent 731d0a2 commit 396e45f

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

gradle/build.versions.toml

Lines changed: 1 addition & 1 deletion
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.6"
20-
gradle-enterprise = "com.gradle:develocity-gradle-plugin:3.17.4"
20+
gradle-enterprise = "com.gradle:develocity-gradle-plugin:3.18.1"
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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -799,6 +799,11 @@
799799
<sha256 value="e2b3f8a191b0b401b75c2c4542d3d1719814a4212e6920fae4f2f940678bfd99" origin="Generated by Gradle"/>
800800
</artifact>
801801
</component>
802+
<component group="com.gradle" name="develocity-gradle-plugin" version="3.18.1">
803+
<artifact name="develocity-gradle-plugin-3.18.1.jar">
804+
<sha256 value="0adf32afef4ae46a131367e393d18a5d9529750dfd1432287797a64b2c36c7ef" origin="Generated by Gradle"/>
805+
</artifact>
806+
</component>
802807
<component group="com.h2database" name="h2" version="1.4.197">
803808
<artifact name="h2-1.4.197.jar">
804809
<sha256 value="37f5216e14af2772930dff9b8734353f0a80e89ba3f33e065441de6537c5e842" origin="Generated by Gradle"/>

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 "3.17.4"
11+
id "com.gradle.develocity" version "3.18.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
@@ -17,7 +17,7 @@ pluginManagement {
1717
}
1818

1919
plugins {
20-
id "com.gradle.develocity" version "3.17.4"
20+
id "com.gradle.develocity" version "3.18.1"
2121
id 'elasticsearch.java-toolchain'
2222
}
2323

0 commit comments

Comments
 (0)