mirror of https://github.com/zlatinb/muwire
make core.jar reproducible. gui.jar still not reproducible
parent
de0c719f53
commit
3c932608af
|
@ -30,4 +30,9 @@ subprojects {
|
|||
repositories {
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
tasks.withType(AbstractArchiveTask) {
|
||||
preserveFileTimestamps = false
|
||||
reproducibleFileOrder = true
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue