From 17991c5b6e5e469e8d5f05aeb3d2b62ec1a63ef0 Mon Sep 17 00:00:00 2001 From: Alexander Likhachev Date: Wed, 9 Jun 2021 17:58:57 +0300 Subject: [PATCH] [Build] Update common-custom-user-data-gradle-plugin to 1.4 Now the plugin detects IDEA via system properties using Gradle providers and shoudn't cause undeclared system property reads issue #KT-44611 In Progress --- gradle/verification-metadata.xml | 10 +++++----- settings.gradle | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/gradle/verification-metadata.xml b/gradle/verification-metadata.xml index 56c80d760bf..fecb38abaa9 100644 --- a/gradle/verification-metadata.xml +++ b/gradle/verification-metadata.xml @@ -1972,11 +1972,11 @@ - - - - - + + + + + diff --git a/settings.gradle b/settings.gradle index 8f6869bb996..93604f59ca7 100644 --- a/settings.gradle +++ b/settings.gradle @@ -34,7 +34,7 @@ buildscript { plugins { id "com.gradle.enterprise" version "3.5" - id "com.gradle.common-custom-user-data-gradle-plugin" version "1.2.1" apply false + id "com.gradle.common-custom-user-data-gradle-plugin" version "1.4" apply false } def buildProperties = BuildPropertiesKt.getKotlinBuildPropertiesForSettings(settings)