Fixed building
This commit is contained in:
parent
fc52431265
commit
3f781076ef
1 changed files with 2 additions and 2 deletions
|
@ -160,8 +160,8 @@ curseforge {
|
||||||
changelog = file('build/libs/' + project.getName() + '-' + project.version + '-changelog.txt');
|
changelog = file('build/libs/' + project.getName() + '-' + project.version + '-changelog.txt');
|
||||||
releaseType = 'beta'
|
releaseType = 'beta'
|
||||||
|
|
||||||
addGameVersion(1.10)
|
addGameVersion '1.10'
|
||||||
addGameVersion(1.10.2)
|
addGameVersion '1.10.2'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue