Add minecraft version as prefix to library version

This commit is contained in:
Tara 2023-01-21 22:58:13 -07:00
parent 608e17b34c
commit 9b67ed8d61
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@ plugins {
id 'org.parchmentmc.librarian.forgegradle' version '1.+'
}
version = "${myversion}"
version = "${mc_version}-${myversion}"
group = 'dev.zontreck' // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = 'libzontreck'

View file

@ -5,5 +5,5 @@ org.gradle.daemon=false
mc_version=1.19.2
forge_version=43.2.3
myversion=1.0.3.4
myversion=1.0.3.5
parchment_version=2022.11.27