2699868586
To make Gradle daemon which is run from IntelliJ IDEA use the same environment as the daemon run by the "gradlew" command (the latter is always using US)
9 lines
321 B
Properties
9 lines
321 B
Properties
org.gradle.daemon=true
|
|
org.gradle.parallel=false
|
|
org.gradle.configureondemand=false
|
|
org.gradle.jvmargs=-Xmx1000m -XX:+CMSClassUnloadingEnabled -XX:+CMSPermGenSweepingEnabled -Duser.country=US
|
|
|
|
#bootstrap.kotlin.repo=https://dl.bintray.com/kotlin/kotlin-dev
|
|
#bootstrap.kotlin.version=1.1.50-dev-1451
|
|
#signingRequired=true
|