Revert Workaround IndexOuOfBoundsException on configuration with gradle 4.7

This commit is contained in:
Vyacheslav Gerasimov
2018-10-04 18:28:16 +03:00
parent f4a637a72e
commit d7b885159e
+1 -1
View File
@@ -20,7 +20,7 @@ dependencies {
}
val pluginXml by tasks.creating {
val kotlinVersion = rootProject.extra["kotlinVersion"] as String
val kotlinVersion: String by rootProject.extra
val pluginFullVersionNumber = findProperty("pluginVersion") as? String
?: "$kotlinVersion-CIDR"