Skip to content

Commit

Permalink
More pub stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
JT122406 committed Dec 3, 2023
1 parent 88ef67b commit 829a71b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fabric/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ tasks {
mainFile.releaseType = "release"
mainFile.gameVersions.add(minecraftVersion)
mainFile.addModLoader("fabric", "quilt")
mainFile.displayName = remapJar.get().archiveBaseName.get()
mainFile.displayName = remapJar.get().archiveBaseName.get() + '-' + version
mainFile.changelog = "Test changelog"
}
}
Expand Down
2 changes: 1 addition & 1 deletion forge/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ tasks {
mainFile.releaseType = "release"
mainFile.gameVersions.add(minecraftVersion)
mainFile.addModLoader("forge")
mainFile.displayName = remapJar.get().archiveBaseName.get()
mainFile.displayName = remapJar.get().archiveBaseName.get() + '-' + version
mainFile.changelog = "Test changelog"
}
}
Expand Down

0 comments on commit 829a71b

Please sign in to comment.