Hopefully fixed the api key environment variable...

This commit is contained in:
Adubbz 2015-02-16 09:51:12 +11:00
parent 941aca208b
commit 646b58eed5
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@ artifacts {
curse {
projectId = project.config.curse_project_id
apiKey = project.curse_api_key
apiKey = "$System.env.curse_api_key"
releaseType = project.config.curse_release_type
}