Skip to content

Commit

Permalink
Fix reproducible build (#2642)
Browse files Browse the repository at this point in the history
  • Loading branch information
hboutemy committed May 16, 2022
1 parent 4629ed8 commit 0a7fb04
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Expand Up @@ -72,6 +72,8 @@ allprojects { proj ->
tasks.withType(AbstractArchiveTask) {
preserveFileTimestamps = false
reproducibleFileOrder = true
dirMode = Integer.parseInt("0755", 8)
fileMode = Integer.parseInt("0644", 8)
}

apply plugin: 'checkstyle'
Expand Down

0 comments on commit 0a7fb04

Please sign in to comment.