We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4629ed8 commit 0a7fb04Copy full SHA for 0a7fb04
build.gradle
@@ -72,6 +72,8 @@ allprojects { proj ->
72
tasks.withType(AbstractArchiveTask) {
73
preserveFileTimestamps = false
74
reproducibleFileOrder = true
75
+ dirMode = Integer.parseInt("0755", 8)
76
+ fileMode = Integer.parseInt("0644", 8)
77
}
78
79
apply plugin: 'checkstyle'
0 commit comments