Skip to content

Commit

Permalink
build: Add -forge-fabric to the merged jar name
Browse files Browse the repository at this point in the history
---

Signed-off-by: AterAnimAvis <[email protected]>
  • Loading branch information
AterAnimAvis committed Jan 13, 2021
1 parent d3ad883 commit 7e5afdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion merge.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ tasks.create("merge") {
val forge = project(":forge").tasks["jar"].outputs.files.singleFile
val fabric = project(":fabric").tasks["remapJar"].outputs.files.singleFile
val common = project(":common").tasks["jar"].outputs.files.singleFile
val output = "build/libs/$modId-$minecraftVersion-$modVersion.jar"
val output = "build/libs/$modId-$minecraftVersion-forge-fabric-$modVersion.jar"

inputs.files("merging.policy", forge, fabric, common)
outputs.file(output)
Expand Down

0 comments on commit 7e5afdd

Please sign in to comment.