curse fix 2

This commit is contained in:
Timo Ley 2019-05-29 16:20:40 +02:00
parent c22fadbf85
commit 53f422d406
1 changed files with 2 additions and 1 deletions

View File

@ -46,6 +46,7 @@ def getAPIKey = { ->
version = getVersionName()
group = modGroup
archivesBaseName = modBaseName
String apiToken = getAPIKey()
minecraft {
version = project.forgeVersion
@ -132,7 +133,7 @@ processResources {
}
curseforge {
apiKey = getApiKey()
apiKey = apiToken
project {
id = projectID
changelog = file('changelog.txt')