ghidra/gradle.properties
Can Acar 6919db7d39 Fix failing build in tr_TR locale
set en_US locale jvmargs in gradle.properties
2023-10-12 17:58:39 +02:00

4 lines
188 B
Properties

# Increase maximum Gradle heap size (default is 1G)
# And fix build in locales with non-default capitalizations (e.g. tr_TR)
org.gradle.jvmargs=-Xmx2G -Duser.language=en -Duser.country=US