internal change

This commit is contained in:
Timo Ley 2019-05-28 20:41:44 +02:00
parent bae4ad3fca
commit 8e9f28c235
1 changed files with 2 additions and 1 deletions

View File

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