Add minecraft version to filename
This commit is contained in:
parent
fd04d1827c
commit
a7d14dc690
|
@ -3,7 +3,7 @@ plugins {
|
||||||
id 'maven-publish'
|
id 'maven-publish'
|
||||||
}
|
}
|
||||||
|
|
||||||
version = project.mod_version
|
version = "${project.mod_version}-${project.minecraft_version}"
|
||||||
group = project.maven_group
|
group = project.maven_group
|
||||||
|
|
||||||
base {
|
base {
|
||||||
|
|
Loading…
Reference in New Issue