Specify bootstrap version with gradle props instead of system props

Make bootstrap dependency version explicit
This commit is contained in:
Ilya Gorbunov
2017-10-02 07:15:39 +03:00
parent b7d21ab4da
commit 5483de276e
3 changed files with 7 additions and 12 deletions
+2 -2
View File
@@ -3,6 +3,6 @@ org.gradle.parallel=false
org.gradle.configureondemand=false
org.gradle.jvmargs=-Xmx1000m -XX:+CMSClassUnloadingEnabled -XX:+CMSPermGenSweepingEnabled
systemProp.bootstrap.kotlin.repo=https://dl.bintray.com/kotlin/kotlin-dev
systemProp.bootstrap.kotlin.version=1.1.50-dev-1451
bootstrap.kotlin.repo=https://dl.bintray.com/kotlin/kotlin-dev
bootstrap.kotlin.version=1.1.50-dev-1451
#signingRequired=true