diff --git a/build-conventions/settings.gradle b/build-conventions/settings.gradle index 6d0b8adba42d3..fe5f0f7f685b4 100644 --- a/build-conventions/settings.gradle +++ b/build-conventions/settings.gradle @@ -8,7 +8,7 @@ */ plugins { - id "com.gradle.develocity" version "3.19.2" + id "com.gradle.develocity" version "4.0.1" } rootProject.name = 'build-conventions' diff --git a/build-tools-internal/settings.gradle b/build-tools-internal/settings.gradle index ba38a18e19207..b51c98c6f6055 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.19.2" + id "com.gradle.develocity" version "4.0.1" } dependencyResolutionManagement { diff --git a/build-tools/settings.gradle b/build-tools/settings.gradle index 87d61b40a7cca..34f980f7dcf46 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.19.2" + id "com.gradle.develocity" version "4.0.1" } include 'reaper' diff --git a/gradle/build.versions.toml b/gradle/build.versions.toml index a5ebb38ff3a6b..ae5dac9a29343 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.19.2" +gradle-enterprise = "com.gradle:develocity-gradle-plugin:4.0.1" hamcrest = "org.hamcrest:hamcrest:3.0" 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 86a6b5cf75204..566a640e9bd55 100644 --- a/gradle/verification-metadata.xml +++ b/gradle/verification-metadata.xml @@ -866,9 +866,11 @@ - - - + + + + + diff --git a/plugins/examples/settings.gradle b/plugins/examples/settings.gradle index 6b20792e99f76..bb2c0e7e7e96d 100644 --- a/plugins/examples/settings.gradle +++ b/plugins/examples/settings.gradle @@ -8,7 +8,7 @@ */ plugins { - id "com.gradle.develocity" version "3.19.2" + id "com.gradle.develocity" version "4.0.1" } // Include all subdirectories as example projects diff --git a/settings.gradle b/settings.gradle index a31cc7fcf6875..61487d204828f 100644 --- a/settings.gradle +++ b/settings.gradle @@ -14,7 +14,7 @@ pluginManagement { } plugins { - id "com.gradle.develocity" version "3.19.2" + id "com.gradle.develocity" version "4.0.1" id 'elasticsearch.java-toolchain' }