diff --git a/build-conventions/settings.gradle b/build-conventions/settings.gradle index 239d850330da8..fe5f0f7f685b4 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 "4.0.1" } rootProject.name = 'build-conventions' diff --git a/build-tools-internal/settings.gradle b/build-tools-internal/settings.gradle index 0d87e06fa6af7..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.18.1" + id "com.gradle.develocity" version "4.0.1" } dependencyResolutionManagement { diff --git a/build-tools/settings.gradle b/build-tools/settings.gradle index f429f73ddffc8..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.18.1" + id "com.gradle.develocity" version "4.0.1" } include 'reaper' diff --git a/gradle/build.versions.toml b/gradle/build.versions.toml index 9f42b830dd70d..92ad087da5ae7 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.6" -gradle-enterprise = "com.gradle:develocity-gradle-plugin:3.18.1" +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 1073ae3e2d4af..a4d8de76a5967 100644 --- a/gradle/verification-metadata.xml +++ b/gradle/verification-metadata.xml @@ -804,14 +804,11 @@ - - - - - - - - + + + + + diff --git a/plugins/examples/settings.gradle b/plugins/examples/settings.gradle index 1f168525d4b1d..095d236f9ec80 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 "4.0.1" } // Include all subdirectories as example projects diff --git a/settings.gradle b/settings.gradle index b147f03d3c184..5a4fbd79526f2 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 "4.0.1" id 'elasticsearch.java-toolchain' }