Make lib module jar reproducible
This commit is contained in:
parent
d3a4a3a99e
commit
79f1ca5491
@ -26,6 +26,11 @@ configurations {
|
||||
}
|
||||
}
|
||||
|
||||
tasks.withType<AbstractArchiveTask>().configureEach {
|
||||
isPreserveFileTimestamps = false
|
||||
isReproducibleFileOrder = true
|
||||
}
|
||||
|
||||
tasks.withType<JavaCompile> {
|
||||
options.encoding = "UTF-8"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user