[Build] Update Develocity Plugin to 4.0.1 (#128053) (#128064)

After updating Develocity to 2015.1.3 we can also update the according plugin

(cherry picked from commit 9b1815c84a)

# Conflicts:
#	gradle/build.versions.toml
This commit is contained in:
Rene Groeschke 2025-05-14 11:31:01 -07:00 committed by GitHub
parent 4ecdde54df
commit 8abe8d60e0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 11 additions and 9 deletions

View file

@ -8,7 +8,7 @@
*/ */
plugins { plugins {
id "com.gradle.develocity" version "3.19.2" id "com.gradle.develocity" version "4.0.1"
} }
rootProject.name = 'build-conventions' rootProject.name = 'build-conventions'

View file

@ -9,7 +9,7 @@ pluginManagement {
} }
plugins { plugins {
id "com.gradle.develocity" version "3.19.2" id "com.gradle.develocity" version "4.0.1"
} }
dependencyResolutionManagement { dependencyResolutionManagement {

View file

@ -10,7 +10,7 @@ pluginManagement {
includeBuild "../build-conventions" includeBuild "../build-conventions"
} }
plugins { plugins {
id "com.gradle.develocity" version "3.19.2" id "com.gradle.develocity" version "4.0.1"
} }
include 'reaper' include 'reaper'

View file

@ -16,7 +16,7 @@ checkstyle = "com.puppycrawl.tools:checkstyle:10.3"
commmons-io = "commons-io:commons-io:2.2" commmons-io = "commons-io:commons-io:2.2"
docker-compose = "com.avast.gradle:gradle-docker-compose-plugin:0.17.5" docker-compose = "com.avast.gradle:gradle-docker-compose-plugin:0.17.5"
forbiddenApis = "de.thetaphi:forbiddenapis:3.8" forbiddenApis = "de.thetaphi:forbiddenapis:3.8"
gradle-enterprise = "com.gradle:develocity-gradle-plugin:3.19.2" gradle-enterprise = "com.gradle:develocity-gradle-plugin:4.0.1"
hamcrest = "org.hamcrest:hamcrest:2.1" hamcrest = "org.hamcrest:hamcrest:2.1"
httpcore5 = "org.apache.httpcomponents.core5:httpcore5:5.3.3" httpcore5 = "org.apache.httpcomponents.core5:httpcore5:5.3.3"
httpclient5 = "org.apache.httpcomponents.client5:httpclient5:5.4.2" httpclient5 = "org.apache.httpcomponents.client5:httpclient5:5.4.2"

View file

@ -814,9 +814,11 @@
<sha256 value="48234cd74e35d91a31a683820a35b5b6d11b55527f32a5b162c6757408b95d7a" origin="Generated by Gradle"/> <sha256 value="48234cd74e35d91a31a683820a35b5b6d11b55527f32a5b162c6757408b95d7a" origin="Generated by Gradle"/>
</artifact> </artifact>
</component> </component>
<component group="com.gradle" name="develocity-gradle-plugin" version="3.19.2"> <component group="com.gradle" name="develocity-gradle-plugin" version="4.0.1">
<artifact name="develocity-gradle-plugin-3.19.2.jar"> <artifact name="develocity-gradle-plugin-4.0.1.jar">
<sha256 value="fc611e8858a901619831ea1d9efd289db7fea28a0ca3d091abdd363365d9512b" origin="Generated by Gradle"/> <sha256 value="fc611e8858a901619831ea1d9efd289db7fea28a0ca3d091abdd363365d9512b" origin="Generated by Gradle">
<also-trust value="62a98a9df9fbf8c16772787aa5a0009cedcf45c366a0969274bc3b3644c1de25"/>
</sha256>
</artifact> </artifact>
</component> </component>
<component group="com.gradleup.shadow" name="shadow-gradle-plugin" version="8.3.5"> <component group="com.gradleup.shadow" name="shadow-gradle-plugin" version="8.3.5">

View file

@ -8,7 +8,7 @@
*/ */
plugins { plugins {
id "com.gradle.develocity" version "3.19.2" id "com.gradle.develocity" version "4.0.1"
} }
// Include all subdirectories as example projects // Include all subdirectories as example projects

View file

@ -14,7 +14,7 @@ pluginManagement {
} }
plugins { plugins {
id "com.gradle.develocity" version "3.19.2" id "com.gradle.develocity" version "4.0.1"
id 'elasticsearch.java-toolchain' id 'elasticsearch.java-toolchain'
} }