Set 1.2-SNAPSHOT in gradle build

This commit is contained in:
Ilya Gorbunov
2017-04-26 21:38:40 +03:00
parent 968c9c2034
commit cffab8d3ef
2 changed files with 7 additions and 3 deletions
@@ -10,7 +10,11 @@ dependencies {
compileKotlin {
compilerJarFile = null
kotlinOptions.freeCompilerArgs = ["-version"]
kotlinOptions {
languageVersion = "1.1"
apiVersion = "1.1"
freeCompilerArgs = ["-version"]
}
}
task run(type: JavaExec) {