mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-24 01:30:51 +08:00
Fix failing build in tr_TR locale
set en_US locale jvmargs in gradle.properties
This commit is contained in:
+2
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user