Skip to content

Commit

Permalink
Refactor build naming scheme
Browse files Browse the repository at this point in the history
Signed-off-by: Emanuel Pilz <[email protected]>
  • Loading branch information
emonadeo committed Nov 8, 2024
1 parent fac29e6 commit 79b4506
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
id 'maven-publish'
}

version = "${project.supported_versions}-${project.mod_version}"
version = "mc${project.minecraft_version}-v${project.mod_version}"
group = project.maven_group

base {
Expand Down
1 change: 0 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ loader_version=0.16.7

# Mod Properties
mod_version=1.0.0
supported_versions=1.21.2
maven_group=com.emonadeo
archives_base_name=autorun

Expand Down

0 comments on commit 79b4506

Please sign in to comment.