mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-01-08 05:34:00 -05:00
GP-5901: Fixing Gradle 9 archive file permissions
This commit is contained in:
@@ -1,3 +1,6 @@
|
|||||||
# Increase maximum Gradle heap size (default is 1G)
|
# Increase maximum Gradle heap size (default is 1G)
|
||||||
# And fix build in locales with non-default capitalizations (e.g. tr_TR)
|
# And fix build in locales with non-default capitalizations (e.g. tr_TR)
|
||||||
org.gradle.jvmargs=-Xmx2G -Duser.language=en -Duser.country=US
|
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
|
||||||
|
|||||||
2
gradlew
vendored
2
gradlew
vendored
@@ -128,7 +128,7 @@ fi
|
|||||||
# Read application properties
|
# Read application properties
|
||||||
while IFS='=' read -r key value
|
while IFS='=' read -r key value
|
||||||
do
|
do
|
||||||
key=$(echo $key | tr '.' '_')
|
key=$(echo $key | tr '.-' '_')
|
||||||
eval ${key}=\${value}
|
eval ${key}=\${value}
|
||||||
done < "${GHIDRA_HOME}/Ghidra/application.properties"
|
done < "${GHIDRA_HOME}/Ghidra/application.properties"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user