internal change

This commit is contained in:
Timo Ley 2019-05-28 20:41:44 +02:00
parent bae4ad3fca
commit 8e9f28c235

View file

@ -45,6 +45,7 @@ def getAPIKey = { ->
version = getVersionName() version = getVersionName()
group = modGroup group = modGroup
archivesBaseName = modBaseName archivesBaseName = modBaseName
apiKey = getAPIKey
minecraft { minecraft {
version = project.forgeVersion version = project.forgeVersion
@ -130,7 +131,7 @@ processResources {
} }
curseforge { curseforge {
apiKey = getAPIKey apiKey = apiKey
project { project {
id = projectID id = projectID
changelog = file('changelog.txt') changelog = file('changelog.txt')