maybe in jar

This commit is contained in:
Leijurv 2018-10-07 16:07:35 -07:00
parent 80240cb9f2
commit db8daf4c59
No known key found for this signature in database
GPG Key ID: 44A3EA646EADAC6A
1 changed files with 3 additions and 1 deletions

View File

@ -46,7 +46,7 @@ compileJava {
sourceCompatibility = targetCompatibility = '1.8'
}
tasks.withType(AbstractArchiveTask) {
tasks.withType(RepackageTask) {
preserveFileTimestamps = false
reproducibleFileOrder = true
}
@ -93,4 +93,6 @@ mixin {
jar {
from sourceSets.launch.output, sourceSets.api.output
preserveFileTimestamps = false
reproducibleFileOrder = true
}