build: Upgrade versioning to handle multiple minecraft versions

This commit is contained in:
Linnea Gräf
2024-11-15 00:27:53 +01:00
parent 2c8152335e
commit f158a9d8b0
3 changed files with 30 additions and 23 deletions

View File

@@ -31,7 +31,7 @@ plugins {
id("moe.nea.mc-auto-translations") version "0.1.0"
}
version = getGitTagInfo() + "-mc${libs.versions.minecraft.get()}"
version = getGitTagInfo(libs.versions.minecraft.get())
group = rootProject.property("maven_group").toString()
java {