From 6919db7d39b3d11d50b688aae9070fb0ea4b8701 Mon Sep 17 00:00:00 2001 From: Can Acar Date: Wed, 1 Feb 2023 02:02:35 +0300 Subject: [PATCH] Fix failing build in tr_TR locale set en_US locale jvmargs in gradle.properties --- gradle.properties | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index bf8c2ba4ec..879249cd9f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,3 @@ # Increase maximum Gradle heap size (default is 1G) -org.gradle.jvmargs=-Xmx2G +# And fix build in locales with non-default capitalizations (e.g. tr_TR) +org.gradle.jvmargs=-Xmx2G -Duser.language=en -Duser.country=US