Change the versioning system to use tags for actual release versioning. Manually built will always be labeled as dev version.
release / build (21) (push) Successful in 11m42s

This commit is contained in:
2025-01-01 02:42:54 -07:00
parent 4fcb113b2f
commit f3ce6defad
3 changed files with 8 additions and 1 deletions
+4
View File
@@ -3,6 +3,10 @@ plugins {
id 'maven-publish'
}
if (System.getenv("VERSION")) {
project.mod_version = System.getenv("VERSION")
}
version = "${project.mod_version}-${project.minecraft_version}"
group = project.maven_group