From e89334e5ba10985e8e4cc9d63da5f316f85a79cd Mon Sep 17 00:00:00 2001 From: Bogdan Mukvich Date: Fri, 11 Aug 2023 15:12:26 +0200 Subject: [PATCH] [Build] Update gradle enterprise --- gradle/libs.versions.toml | 2 +- gradle/verification-metadata.xml | 8 ++++---- libraries/tools/kotlin-gradle-plugin/build.gradle.kts | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index dc820f688a3..f1b36d5d277 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -2,7 +2,7 @@ dexMemberList = "4.1.1" dokka = "1.8.20" gradle-custom-user-data = "1.9" -gradle-enterprise = "3.12.4" +gradle-enterprise = "3.13.4" gradle-plugin-publish = "1.0.0" # Version for foojay should be also synced with version in repo/gradle-settings-conventions/settings.gradle.kts gradle-toolchains-foojay-resolver = "0.4.0" diff --git a/gradle/verification-metadata.xml b/gradle/verification-metadata.xml index 910f5d1a28b..cedb0d4a596 100644 --- a/gradle/verification-metadata.xml +++ b/gradle/verification-metadata.xml @@ -1126,10 +1126,10 @@ - - - - + + + + diff --git a/libraries/tools/kotlin-gradle-plugin/build.gradle.kts b/libraries/tools/kotlin-gradle-plugin/build.gradle.kts index e5f409683c6..46bb2fa313c 100644 --- a/libraries/tools/kotlin-gradle-plugin/build.gradle.kts +++ b/libraries/tools/kotlin-gradle-plugin/build.gradle.kts @@ -92,7 +92,7 @@ dependencies { } commonCompileOnly(intellijCore()) commonCompileOnly(commonDependency("org.jetbrains.teamcity:serviceMessages")) - commonCompileOnly("com.gradle:gradle-enterprise-gradle-plugin:3.12.4") + commonCompileOnly(libs.gradle.enterprise.gradlePlugin) commonCompileOnly(commonDependency("com.google.code.gson:gson")) commonCompileOnly("de.undercouch:gradle-download-task:4.1.1") commonCompileOnly("com.github.gundy:semver4j:0.16.4:nodeps") {