Fix mapNamedJar not depending on correct task

This commit is contained in:
modmuss50 2020-07-12 21:09:52 +01:00
parent 075a7899ee
commit 5fc92f86a1
1 changed files with 1 additions and 1 deletions

View File

@ -576,7 +576,7 @@ task buildTinyWithEnum(dependsOn: "mergeTiny", type: FileOutput) {
}
}
task mapNamedJar(dependsOn: [buildTinyWithEnum, mapIntermediaryJar]) {
task mapNamedJar(dependsOn: ["mergeV2", mapIntermediaryJar]) {
group = mapJarGroup
inputs.files downloadMcLibs.outputs.files.files
outputs.file(namedJar)