Merge pull request #1911 from Owain94/gradlestuff
gradle: Reproducible builds
This commit is contained in:
@@ -122,6 +122,13 @@ subprojects {
|
|||||||
options.encoding = "UTF-8"
|
options.encoding = "UTF-8"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
withType<AbstractArchiveTask> {
|
||||||
|
isPreserveFileTimestamps = false
|
||||||
|
isReproducibleFileOrder = true
|
||||||
|
dirMode = 493
|
||||||
|
fileMode = 420
|
||||||
|
}
|
||||||
|
|
||||||
withType<Checkstyle> {
|
withType<Checkstyle> {
|
||||||
group = "verification"
|
group = "verification"
|
||||||
|
|
||||||
@@ -155,4 +162,4 @@ tasks {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user