Fix failing build in tr_TR locale

set en_US locale jvmargs in gradle.properties
pull/4969/head
Can Acar 2023-02-01 02:02:35 +03:00
parent d27902dc09
commit 6919db7d39
1 changed files with 2 additions and 1 deletions

View File

@ -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