[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
This commit is contained in:
+1
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user