diff --git a/gradle/verification-metadata.xml b/gradle/verification-metadata.xml index 99dbeef2909..95ae28d3837 100644 --- a/gradle/verification-metadata.xml +++ b/gradle/verification-metadata.xml @@ -2099,30 +2099,16 @@ - - - - - + + + + - - - - - - - - - - - - - - - - - + + + + @@ -2132,10 +2118,10 @@ - - - - + + + + diff --git a/libraries/tools/kotlin-gradle-plugin/build.gradle.kts b/libraries/tools/kotlin-gradle-plugin/build.gradle.kts index d55b718aac7..d3c348824db 100644 --- a/libraries/tools/kotlin-gradle-plugin/build.gradle.kts +++ b/libraries/tools/kotlin-gradle-plugin/build.gradle.kts @@ -54,7 +54,7 @@ dependencies { commonCompileOnly(project(":kotlin-reflect")) commonCompileOnly(intellijCore()) commonCompileOnly(commonDependency("org.jetbrains.teamcity:serviceMessages")) - commonCompileOnly("com.gradle:gradle-enterprise-gradle-plugin:3.6.3") + commonCompileOnly("com.gradle:gradle-enterprise-gradle-plugin:3.9") commonImplementation(project(":kotlin-gradle-plugin-idea")) commonImplementation(project(":kotlin-util-klib")) diff --git a/settings.gradle b/settings.gradle index 44f1200c33c..9837a801a2d 100644 --- a/settings.gradle +++ b/settings.gradle @@ -34,9 +34,9 @@ buildscript { } plugins { - id "com.gradle.enterprise" version "3.8.1" - id "com.gradle.enterprise.test-distribution" version "2.2.2" - id "com.gradle.common-custom-user-data-gradle-plugin" version "1.6.2" apply false + 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 } def buildProperties = BuildPropertiesKt.getKotlinBuildPropertiesForSettings(settings)