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