Skip to content

Commit 0a7fb04

Browse files
authored
Fix reproducible build (#2642)
1 parent 4629ed8 commit 0a7fb04

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.gradle

+2
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ allprojects { proj ->
7272
tasks.withType(AbstractArchiveTask) {
7373
preserveFileTimestamps = false
7474
reproducibleFileOrder = true
75+
dirMode = Integer.parseInt("0755", 8)
76+
fileMode = Integer.parseInt("0644", 8)
7577
}
7678

7779
apply plugin: 'checkstyle'

0 commit comments

Comments
 (0)