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 25955663a7d0c..46b63cfe10ab9 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 8aefbe08719a6..776f40180383f 100644 --- a/gradle/build.versions.toml +++ b/gradle/build.versions.toml @@ -17,7 +17,7 @@ commons-codec = "commons-codec:commons-codec:1.11" 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" httpcore = "org.apache.httpcomponents:httpcore:4.4.12" httpclient = "org.apache.httpcomponents:httpclient:4.5.14" diff --git a/gradle/verification-metadata.xml b/gradle/verification-metadata.xml index 4baf22a0c9c83..20886ae0461d4 100644 --- a/gradle/verification-metadata.xml +++ b/gradle/verification-metadata.xml @@ -804,9 +804,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 0881d5208797d..f303e64c49f2b 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' }