3da5ba4efe
Switching to in-process to avoid compilation warnings caused by introduced daemon interface changes. Switching to the gradle plugin 1.1.3 causes jansi incompatibility in in-process compilation mode, so disabling jansi usage to avoid it.
3 lines
147 B
Groovy
3 lines
147 B
Groovy
ext.kotlin_version = findProperty("deployVersion") ?: "1.1-SNAPSHOT"
|
|
ext.kotlin_language_version = "1.1"
|
|
ext.kotlin_gradle_plugin_version = "1.1.3" |