Launch kotlin runtime gradle build from ant.
Fork ant to build compiler as it requires a lot of memory. Pass build.number to gradle build.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
buildscript {
|
||||
ext.kotlin_version = "1.1-SNAPSHOT"
|
||||
ext.kotlin_version = project.properties["deployVersion"] ?: "1.1-SNAPSHOT"
|
||||
ext.kotlin_language_version = "1.1"
|
||||
ext.kotlin_gradle_plugin_version = "1.1.1"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user