Add minecraft version prefix to jar
This commit is contained in:
parent
973653712c
commit
b701e649af
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ plugins {
|
|||
id 'net.minecraftforge.gradle' version '5.1.+'
|
||||
}
|
||||
|
||||
version = "${myversion}"
|
||||
version = "${mc_version}-${myversion}"
|
||||
group = 'dev.zontreck' // http://maven.apache.org/guides/mini/guide-naming-conventions.html
|
||||
archivesBaseName = 'WatchMyDurability'
|
||||
|
||||
|
|
Reference in a new issue