mirror of
https://github.com/chylex/Better-Controls.git
synced 2025-04-21 15:15:46 +02:00
Make jar files reproducible
This commit is contained in:
parent
2da9a54f2f
commit
d721d6254d
@ -94,6 +94,11 @@ allprojects {
|
||||
dependencies {
|
||||
implementation("org.jetbrains:annotations:24.1.0")
|
||||
}
|
||||
|
||||
tasks.withType<AbstractArchiveTask>().configureEach {
|
||||
isPreserveFileTimestamps = false
|
||||
isReproducibleFileOrder = true
|
||||
}
|
||||
}
|
||||
|
||||
subprojects {
|
||||
|
Loading…
Reference in New Issue
Block a user