Upgrade shadow plugin to 2.0.2

Fixes warning 'Deprecated Gradle features were used in this build, making it incompatible with Gradle 5.0.'
This commit is contained in:
Vyacheslav Gerasimov
2018-03-20 16:34:19 +03:00
parent 9d6b36c249
commit f55d137790
+1 -1
View File
@@ -2,7 +2,7 @@
buildscript {
val buildSrcKotlinVersion: String by extra(findProperty("buildSrc.kotlin.version")?.toString() ?: embeddedKotlinVersion)
val buildSrcKotlinRepo: String? by extra(findProperty("buildSrc.kotlin.repo") as String?)
extra["versions.shadow"] = "2.0.1"
extra["versions.shadow"] = "2.0.2"
extra["versions.intellij-plugin"] = "0.3.0-SNAPSHOT"
extra["versions.native-platform"] = "0.14"