mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 09:49:23 +02:00
6 lines
334 B
Properties
6 lines
334 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
|
|
|
|
# Preserve file system permisisons in archives (Gradle 9 uses fixed permissions by default)
|
|
org.gradle.archives.use-file-system-permissions=true
|