Fix generated version name
This commit is contained in:
@@ -29,7 +29,7 @@ plugins {
|
||||
id("moe.nea.mc-auto-translations") version "0.0.1"
|
||||
}
|
||||
|
||||
version = getGitTagInfo()
|
||||
version = getGitTagInfo() + "-mc${libs.versions.minecraft.get()}"
|
||||
group = rootProject.property("maven_group").toString()
|
||||
|
||||
java {
|
||||
|
||||
Reference in New Issue
Block a user