diff --git a/build-conventions/settings.gradle b/build-conventions/settings.gradle index 6d0b8adba42d..fe5f0f7f685b 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 ba38a18e1920..b51c98c6f605 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 87d61b40a7cc..34f980f7dcf4 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 9b5230f7d47a..5cd740a7e294 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: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 1160fa9cd13d..d1d05073e04c 100644 --- a/gradle/verification-metadata.xml +++ b/gradle/verification-metadata.xml @@ -814,9 +814,11 @@ - - - + + + + + diff --git a/plugins/examples/settings.gradle b/plugins/examples/settings.gradle index 6b20792e99f7..bb2c0e7e7e96 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 2f3b3bb4b717..1e7705fea6c9 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' }