Skip to content

Commit e28bbde

Browse files
authored
Upgrade develocity plugin (#115139) (#115151)
1 parent 21df4f5 commit e28bbde

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

gradle/verification-metadata.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -909,6 +909,11 @@
909909
<sha256 value="989cfe6b6a47b530971add6d55c043ecc1eded4144a66a981be5770ffee3de1c" origin="Generated by Gradle"/>
910910
</artifact>
911911
</component>
912+
<component group="com.gradle" name="develocity-gradle-plugin" version="3.18.1">
913+
<artifact name="develocity-gradle-plugin-3.18.1.jar">
914+
<sha256 value="0adf32afef4ae46a131367e393d18a5d9529750dfd1432287797a64b2c36c7ef" origin="Generated by Gradle"/>
915+
</artifact>
916+
</component>
912917
<component group="com.h2database" name="h2" version="1.4.197">
913918
<artifact name="h2-1.4.197.jar">
914919
<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
@@ -7,7 +7,7 @@
77
*/
88

99
plugins {
10-
id "com.gradle.enterprise" version "3.16.1"
10+
id "com.gradle.develocity" version "3.18.1"
1111
}
1212

1313
// 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.enterprise" version "3.16.1"
20+
id "com.gradle.develocity" version "3.18.1"
2121
id 'elasticsearch.java-toolchain'
2222
}
2323

0 commit comments

Comments
 (0)