forked from RepoMirrors/baritone
deterministic
This commit is contained in:
parent
af357d4d8e
commit
4da0731664
|
@ -89,3 +89,8 @@ mixin {
|
|||
jar {
|
||||
from sourceSets.launch.output, sourceSets.api.output
|
||||
}
|
||||
|
||||
tasks.withType(AbstractArchiveTask) {
|
||||
preserveFileTimestamps = false
|
||||
reproducibleFileOrder = true
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue