From 3b7b36bcc17195e2a562be8ad4425ec2cf96a37e Mon Sep 17 00:00:00 2001 From: Jerome Prinet Date: Wed, 5 Oct 2022 15:06:40 +0200 Subject: [PATCH] Update Gradle Enterprise plugins --- buildSrc/build.gradle.kts | 2 +- gradle/verification-metadata.xml | 23 +++++++------------ .../kotlin-gradle-plugin/build.gradle.kts | 2 +- settings.gradle | 5 ++-- 4 files changed, 12 insertions(+), 20 deletions(-) diff --git a/buildSrc/build.gradle.kts b/buildSrc/build.gradle.kts index c17d7a22c50..7cb9e75200d 100644 --- a/buildSrc/build.gradle.kts +++ b/buildSrc/build.gradle.kts @@ -178,7 +178,7 @@ dependencies { implementation("gradle.plugin.org.jetbrains.gradle.plugin.idea-ext:gradle-idea-ext:1.0.1") implementation("org.gradle:test-retry-gradle-plugin:1.2.0") - compileOnly("com.gradle.enterprise:test-distribution-gradle-plugin:2.2.3") + compileOnly("com.gradle:gradle-enterprise-gradle-plugin:3.11.1") compileOnly(gradleApi()) diff --git a/gradle/verification-metadata.xml b/gradle/verification-metadata.xml index 02be6da1300..2d46593d7ef 100644 --- a/gradle/verification-metadata.xml +++ b/gradle/verification-metadata.xml @@ -2479,23 +2479,16 @@ - - - - + + + + - - - - - - - - - - - + + + + diff --git a/libraries/tools/kotlin-gradle-plugin/build.gradle.kts b/libraries/tools/kotlin-gradle-plugin/build.gradle.kts index 2154fbd5422..9f04fc5b25d 100644 --- a/libraries/tools/kotlin-gradle-plugin/build.gradle.kts +++ b/libraries/tools/kotlin-gradle-plugin/build.gradle.kts @@ -55,7 +55,7 @@ dependencies { commonCompileOnly("org.codehaus.groovy:groovy-all:2.4.12") commonCompileOnly(intellijCore()) commonCompileOnly(commonDependency("org.jetbrains.teamcity:serviceMessages")) - commonCompileOnly("com.gradle:gradle-enterprise-gradle-plugin:3.9") + commonCompileOnly("com.gradle:gradle-enterprise-gradle-plugin:3.11.1") commonCompileOnly(commonDependency("com.google.code.gson:gson")) commonCompileOnly(commonDependency("com.google.guava:guava")) commonCompileOnly("de.undercouch:gradle-download-task:4.1.1") diff --git a/settings.gradle b/settings.gradle index 2224888aee5..fc1af6c1aa4 100644 --- a/settings.gradle +++ b/settings.gradle @@ -26,9 +26,8 @@ buildscript { } plugins { - id "com.gradle.enterprise" version "3.9" - id "com.gradle.enterprise.test-distribution" version "2.2.3" - id "com.gradle.common-custom-user-data-gradle-plugin" version "1.6.5" apply false + id "com.gradle.enterprise" version "3.11.1" + id "com.gradle.common-custom-user-data-gradle-plugin" version "1.8.1" apply false } def buildProperties = BuildPropertiesKt.getKotlinBuildPropertiesForSettings(settings)