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:
Ilya Gorbunov
2017-03-29 09:02:15 +03:00
parent 3db1613167
commit df44f3bfe6
3 changed files with 57 additions and 3 deletions
+1 -1
View File
@@ -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"