Skip to content

Commit

Permalink
cleanup display names
Browse files Browse the repository at this point in the history
  • Loading branch information
gigabit101 committed Apr 7, 2024
1 parent 15c393e commit bb64c12
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion fabric/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ remapJar {

unifiedPublishing {
project {
displayName = "[Fabric]$rootProject.mod_id-$rootProject.minecraft_version-$rootProject.mod_version"
displayName = "$rootProject.minecraft_version-$project.version [Fabric]"
releaseType = "$rootProject.artifact_type"
changelog = ""
gameVersions = ["1.20.4"]
Expand Down
2 changes: 1 addition & 1 deletion forge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ remapJar {

unifiedPublishing {
project {
displayName = "[Forge]$rootProject.mod_id-$rootProject.minecraft_version-$rootProject.mod_version"
displayName = "$rootProject.minecraft_version-$rootProject.project.version [Forge]"
releaseType = "$rootProject.artifact_type"
changelog = ""
gameVersions = ["1.20.4"]
Expand Down
2 changes: 1 addition & 1 deletion neoforge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ remapJar {

unifiedPublishing {
project {
displayName = "[NeoForge]$rootProject.mod_id-$rootProject.minecraft_version-$rootProject.mod_version"
displayName = "$rootProject.minecraft_version-$rootProject.project.version [NeoForge]"
releaseType = "$rootProject.artifact_type"
changelog = ""
gameVersions = ["1.20.4"]
Expand Down

0 comments on commit bb64c12

Please sign in to comment.