Add auto version generator
[no changelog]
This commit is contained in:
@@ -183,7 +183,7 @@ tasks.test {
|
||||
useJUnitPlatform()
|
||||
}
|
||||
|
||||
version = rootProject.property("mod_version").toString()
|
||||
version = getGitTagInfo()
|
||||
group = rootProject.property("maven_group").toString()
|
||||
|
||||
loom {
|
||||
|
||||
Reference in New Issue
Block a user