Skip to content

Commit

Permalink
See if this makes CI happy
Browse files Browse the repository at this point in the history
  • Loading branch information
me4502 committed Jan 6, 2024
1 parent c62fe25 commit b7d4040
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions worldedit-mod/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,8 @@ tasks.register<Jar>("jar") {
}
manifest {
from(
zipTree({remapFabric.get().archiveFile}).find{ it.name=="MANIFEST.MF"}
)
from(
zipTree({project(":worldedit-forge").tasks.getByName("shadowJar").outputs.files.singleFile}).find{ it.name=="MANIFEST.MF"}
zipTree({remapFabric.get().archiveFile}).single{ it.name == "MANIFEST.MF"},
zipTree({project(":worldedit-forge").tasks.getByName("shadowJar").outputs.files.singleFile}).single{ it.name == "MANIFEST.MF"}
)
}

Expand Down

0 comments on commit b7d4040

Please sign in to comment.