Revert Workaround IndexOuOfBoundsException on configuration with gradle 4.7
This commit is contained in:
@@ -20,7 +20,7 @@ dependencies {
|
|||||||
}
|
}
|
||||||
|
|
||||||
val pluginXml by tasks.creating {
|
val pluginXml by tasks.creating {
|
||||||
val kotlinVersion = rootProject.extra["kotlinVersion"] as String
|
val kotlinVersion: String by rootProject.extra
|
||||||
val pluginFullVersionNumber = findProperty("pluginVersion") as? String
|
val pluginFullVersionNumber = findProperty("pluginVersion") as? String
|
||||||
?: "$kotlinVersion-CIDR"
|
?: "$kotlinVersion-CIDR"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user