Skip to content

Commit e2fa3df

Browse files
committed
restore pre gradle 9 archive task behaviour for file permissions
1 parent 6d6ede9 commit e2fa3df

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ repositories {
2828
}
2929

3030
tasks.withType(AbstractArchiveTask).configureEach {
31-
preserveFileTimestamps = false
32-
reproducibleFileOrder = true
31+
useFileSystemPermissions()
3332
}
3433

3534
javafx {

0 commit comments

Comments
 (0)