Fix missing game version

This commit is contained in:
raoulvdberge
2021-12-12 23:42:55 +01:00
parent 8c41a49180
commit b0673da75c

View File

@@ -137,7 +137,7 @@ if (System.getenv("CURSEFORGE_TOKEN") != null) {
changelog = System.getenv("CHANGELOG")
changelogType = 'markdown'
releaseType = project.version.toString().contains('beta') ? 'beta' : (project.version.toString().contains('alpha') ? 'alpha' : 'release')
addGameVersion "1.18.1"
mainArtifact(jar) {
displayName = "v$project.version"
}