maybe needs to be higher

This commit is contained in:
Leijurv 2018-10-07 14:23:29 -07:00
parent 4da0731664
commit 80240cb9f2
No known key found for this signature in database
GPG Key ID: 44A3EA646EADAC6A
1 changed files with 5 additions and 5 deletions

View File

@ -46,6 +46,11 @@ compileJava {
sourceCompatibility = targetCompatibility = '1.8'
}
tasks.withType(AbstractArchiveTask) {
preserveFileTimestamps = false
reproducibleFileOrder = true
}
sourceSets {
launch {
compileClasspath += main.compileClasspath + main.runtimeClasspath + main.output
@ -89,8 +94,3 @@ mixin {
jar {
from sourceSets.launch.output, sourceSets.api.output
}
tasks.withType(AbstractArchiveTask) {
preserveFileTimestamps = false
reproducibleFileOrder = true
}