Automatically append Minecraft version to mod version

This commit is contained in:
Emma Cypress Pointer-Null 2022-10-14 15:53:05 -04:00
parent 650130aad3
commit 7fdca40938
No known key found for this signature in database
GPG Key ID: 665FFBF8458769F4
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ plugins {
}
archivesBaseName = project.archives_base_name
version = project.version
version = "${project.version}+${libs.versions.minecraft.get()}"
group = project.maven_group
repositories {

View File

@ -3,7 +3,7 @@ org.gradle.jvmargs = -Xmx1G
org.gradle.parallel = true
# Mod Properties
version = 1.0.0+1.19.2
version = 1.0.0
maven_group = com.example
archives_base_name = example_mod