Add minecraft version as prefix to library version
This commit is contained in:
parent
608e17b34c
commit
9b67ed8d61
2 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ plugins {
|
||||||
id 'org.parchmentmc.librarian.forgegradle' version '1.+'
|
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
|
group = 'dev.zontreck' // http://maven.apache.org/guides/mini/guide-naming-conventions.html
|
||||||
archivesBaseName = 'libzontreck'
|
archivesBaseName = 'libzontreck'
|
||||||
|
|
||||||
|
|
|
@ -5,5 +5,5 @@ org.gradle.daemon=false
|
||||||
|
|
||||||
mc_version=1.19.2
|
mc_version=1.19.2
|
||||||
forge_version=43.2.3
|
forge_version=43.2.3
|
||||||
myversion=1.0.3.4
|
myversion=1.0.3.5
|
||||||
parchment_version=2022.11.27
|
parchment_version=2022.11.27
|
Reference in a new issue