mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-06-28 03:34:42 +02:00
Make builds reproducible (#4395)
Signed-off-by: Alexander Brandes <mc.cache@web.de>
This commit is contained in:

committed by
GitHub

parent
d383187c6e
commit
bc1cc074b8
@ -209,6 +209,11 @@ subprojects {
|
||||
test {
|
||||
useJUnitPlatform()
|
||||
}
|
||||
|
||||
withType<AbstractArchiveTask>().configureEach {
|
||||
isPreserveFileTimestamps = false
|
||||
isReproducibleFileOrder = true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user