Update build.gradle.kts

This commit is contained in:
Owain van Brakel
2019-11-15 09:55:45 +01:00
committed by GitHub
parent 6572a49c68
commit 0e4cf964eb

View File

@@ -122,13 +122,6 @@ subprojects {
options.encoding = "UTF-8"
}
withType<AbstractArchiveTask> {
isPreserveFileTimestamps = false
isReproducibleFileOrder = true
dirMode = 493
fileMode = 420
}
withType<Checkstyle> {
group = "verification"