internal change 4

This commit is contained in:
Timo Ley 2019-05-28 20:50:02 +02:00
parent 58f675cb8f
commit 0092783f11
1 changed files with 2 additions and 2 deletions

View File

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