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.+'
|
||||
}
|
||||
|
||||
version = "${myversion}"
|
||||
version = "${mc_version}-${myversion}"
|
||||
group = 'dev.zontreck' // http://maven.apache.org/guides/mini/guide-naming-conventions.html
|
||||
archivesBaseName = 'libzontreck'
|
||||
|
||||
|
|
Reference in a new issue