mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2025-11-05 11:56:37 +00:00
restore pre gradle 9 archive task behaviour for file permissions
This commit is contained in:
parent
6d6ede9abe
commit
e2fa3df08d
1 changed files with 1 additions and 2 deletions
|
|
@ -28,8 +28,7 @@ repositories {
|
||||||
}
|
}
|
||||||
|
|
||||||
tasks.withType(AbstractArchiveTask).configureEach {
|
tasks.withType(AbstractArchiveTask).configureEach {
|
||||||
preserveFileTimestamps = false
|
useFileSystemPermissions()
|
||||||
reproducibleFileOrder = true
|
|
||||||
}
|
}
|
||||||
|
|
||||||
javafx {
|
javafx {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue