Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
TexBlock committed Apr 4, 2024
1 parent c98a594 commit 3e620fe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
### Changes

- **Unified** publishing tasks using **modpublisher.**
- Unified publishing using **modpublisher.**
- Jar name migrate: `{id}-{mcversion}-{modversion}` -> `{id}-{modversion}-{loader}{mcversion}`.
- Tag name migrate: `{id}-{modversion}-mc{mcversion}` -> `{id}-{modversion}-{loader}{mcversion}`.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ plugins {
Display display = new Display()

group = libs.versions.maven.group.get()
version = "${libs.versions.minecraft.get()}-${libs.versions.loader.get()}${libs.versions.mod.get()}"
version = "${libs.versions.mod.get()}-${libs.versions.loader.get()}${libs.versions.minecraft.get()}"
base.archivesName = "${libs.versions.archives.name.get()}"

display.name = libs.versions.display.name.get()
Expand Down

0 comments on commit 3e620fe

Please sign in to comment.