mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-01-06 20:53:55 -05:00
7 lines
334 B
Properties
7 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
|