[gradle-plugin] Add smoke tests for multiplatform support

This commit is contained in:
Ilya Matveev
2018-02-05 16:31:57 +07:00
committed by ilmat192
parent 3eaf46ae60
commit 335ca7d989
3 changed files with 358 additions and 3 deletions
@@ -95,6 +95,7 @@ shadowJar {
}
test {
systemProperty("kotlin.version", buildKotlinVersion)
if (project.hasProperty("konan.home")) {
systemProperty("konan.home", project.property("konan.home"))
} else {