Add auto version generator

[no changelog]
This commit is contained in:
Linnea Gräf
2024-07-11 02:21:41 +02:00
parent feca9c937b
commit e683aa1e6c
4 changed files with 33 additions and 6 deletions

View File

@@ -183,7 +183,7 @@ tasks.test {
useJUnitPlatform()
}
version = rootProject.property("mod_version").toString()
version = getGitTagInfo()
group = rootProject.property("maven_group").toString()
loom {