This commit is contained in:
Adubbz 2019-05-04 16:01:40 +10:00
parent 5d234873c2
commit 51ff1cc235
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ def getGitHash = {
return stdout.toString().trim()
}
version = "${minecraft_version}-${mod_version}.${$getGitHash()}"
version = "${minecraft_version}-${mod_version}.${getGitHash()}"
minecraft {
mappings channel: 'snapshot', version: mappings_version