From 2699868586180ad48c2c73b167473d646248ebaf Mon Sep 17 00:00:00 2001 From: Alexander Udalov Date: Mon, 9 Oct 2017 12:34:02 +0200 Subject: [PATCH] Add "-Duser.country=US" to gradle.properties 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) --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 77fe0a40af5..81dac4286b5 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,7 @@ org.gradle.daemon=true org.gradle.parallel=false org.gradle.configureondemand=false -org.gradle.jvmargs=-Xmx1000m -XX:+CMSClassUnloadingEnabled -XX:+CMSPermGenSweepingEnabled +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