deterministic

This commit is contained in:
Leijurv 2018-10-07 11:55:15 -07:00
parent af357d4d8e
commit 4da0731664
No known key found for this signature in database
GPG Key ID: 44A3EA646EADAC6A
1 changed files with 5 additions and 0 deletions

View File

@ -89,3 +89,8 @@ mixin {
jar {
from sourceSets.launch.output, sourceSets.api.output
}
tasks.withType(AbstractArchiveTask) {
preserveFileTimestamps = false
reproducibleFileOrder = true
}