maybe needs to be higher
This commit is contained in:
parent
4da0731664
commit
80240cb9f2
10
build.gradle
10
build.gradle
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user