From 3094cdbdd80f567f5b7cea3cc8bade8cffcd7e62 Mon Sep 17 00:00:00 2001 From: Rene Groeschke Date: Wed, 19 Mar 2025 19:19:54 +0100 Subject: [PATCH] Update Gradle Enterprise Plugin (Develocity) to 3.19.2 (#125137) with develocity updated to 2024.3.4 we are unblocked on updating the gradle enterprise plugin --- build-conventions/settings.gradle | 2 +- build-tools-internal/settings.gradle | 2 +- build-tools/settings.gradle | 2 +- gradle/build.versions.toml | 2 +- gradle/verification-metadata.xml | 11 +++-------- plugins/examples/settings.gradle | 2 +- settings.gradle | 2 +- 7 files changed, 9 insertions(+), 14 deletions(-) diff --git a/build-conventions/settings.gradle b/build-conventions/settings.gradle index 239d850330da8..6d0b8adba42d3 100644 --- a/build-conventions/settings.gradle +++ b/build-conventions/settings.gradle @@ -8,7 +8,7 @@ */ plugins { - id "com.gradle.develocity" version "3.18.1" + id "com.gradle.develocity" version "3.19.2" } rootProject.name = 'build-conventions' diff --git a/build-tools-internal/settings.gradle b/build-tools-internal/settings.gradle index 34c5749cc3314..ba38a18e19207 100644 --- a/build-tools-internal/settings.gradle +++ b/build-tools-internal/settings.gradle @@ -9,7 +9,7 @@ pluginManagement { } plugins { - id "com.gradle.develocity" version "3.18.1" + id "com.gradle.develocity" version "3.19.2" } dependencyResolutionManagement { diff --git a/build-tools/settings.gradle b/build-tools/settings.gradle index f429f73ddffc8..87d61b40a7cca 100644 --- a/build-tools/settings.gradle +++ b/build-tools/settings.gradle @@ -10,7 +10,7 @@ pluginManagement { includeBuild "../build-conventions" } plugins { - id "com.gradle.develocity" version "3.18.1" + id "com.gradle.develocity" version "3.19.2" } include 'reaper' diff --git a/gradle/build.versions.toml b/gradle/build.versions.toml index 3635e26dcc21c..9b5230f7d47a1 100644 --- a/gradle/build.versions.toml +++ b/gradle/build.versions.toml @@ -16,7 +16,7 @@ checkstyle = "com.puppycrawl.tools:checkstyle:10.3" commmons-io = "commons-io:commons-io:2.2" docker-compose = "com.avast.gradle:gradle-docker-compose-plugin:0.17.5" forbiddenApis = "de.thetaphi:forbiddenapis:3.8" -gradle-enterprise = "com.gradle:develocity-gradle-plugin:3.18.1" +gradle-enterprise = "com.gradle:develocity-gradle-plugin:3.19.2" hamcrest = "org.hamcrest:hamcrest:2.1" httpcore5 = "org.apache.httpcomponents.core5:httpcore5:5.3.3" httpclient5 = "org.apache.httpcomponents.client5:httpclient5:5.4.2" diff --git a/gradle/verification-metadata.xml b/gradle/verification-metadata.xml index 155247aab1b6c..37ec0eff8e8e9 100644 --- a/gradle/verification-metadata.xml +++ b/gradle/verification-metadata.xml @@ -814,14 +814,9 @@ - - - - - - - - + + + diff --git a/plugins/examples/settings.gradle b/plugins/examples/settings.gradle index bbeb024957b75..6b20792e99f76 100644 --- a/plugins/examples/settings.gradle +++ b/plugins/examples/settings.gradle @@ -8,7 +8,7 @@ */ plugins { - id "com.gradle.develocity" version "3.18.1" + id "com.gradle.develocity" version "3.19.2" } // Include all subdirectories as example projects diff --git a/settings.gradle b/settings.gradle index 374b67ee78a13..584ab6e2259d2 100644 --- a/settings.gradle +++ b/settings.gradle @@ -14,7 +14,7 @@ pluginManagement { } plugins { - id "com.gradle.develocity" version "3.18.1" + id "com.gradle.develocity" version "3.19.2" id 'elasticsearch.java-toolchain' }