Some further fixes to previous commit

Did NOT mean to push that
This commit is contained in:
Jonathan Coates 2021-06-28 23:20:54 +01:00
parent 95b0d950aa
commit 31d0b7afcd
No known key found for this signature in database
GPG Key ID: B9E431FF07C98D06
1 changed files with 3 additions and 2 deletions

View File

@ -472,11 +472,12 @@ task setupServer(type: Copy) {
project.hasProperty('modrinthApiKey')
}
token = project.getProperty('modrinthApiKey')
token = project.getProperty('modrinthApiKey', "")
projectId = 'gu7yAYhd'
versionNumber = project.mod_version
versionNumber = "${project.mc_version}-${project.mod_version}"
uploadFile = jar
addGameVersion(project.mc_version)
changelog = "Release notes can be found on the [GitHub repository](https://github.com/SquidDev-CC/CC-Tweaked/releases/tag/v${mc_version}-${mod_version})."
addLoader('forge')
}