mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-11-10 06:02:09 +00:00
Fix failing build in tr_TR locale
set en_US locale jvmargs in gradle.properties
This commit is contained in:
parent
d27902dc09
commit
6919db7d39
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user