Skip to content

Commit 9613738

Browse files
sdavidsmarcphilipp
authored andcommitted
Fix dirMode and fileMode for JARs
Signed-off-by: Sebastian Davids <[email protected]>
1 parent 040037d commit 9613738

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,8 @@ subprojects {
130130
tasks.withType<AbstractArchiveTask>().configureEach {
131131
isPreserveFileTimestamps = false
132132
isReproducibleFileOrder = true
133+
dirMode = Integer.parseInt("0755", 8)
134+
fileMode = Integer.parseInt("0644", 8)
133135
}
134136

135137
pluginManager.withPlugin("java") {

0 commit comments

Comments
 (0)