Make the curse api key a project property

This commit is contained in:
Adubbz 2019-05-04 13:17:12 +10:00 committed by GitHub
parent 6eb25608b9
commit f0f51dad64
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -157,7 +157,7 @@ artifacts {
}
curseforge {
apiKey = "$System.env.curse_api_key"
apiKey = project.getProperty('curseApiKey')
project {
id = '220318'
changelog = file('build/libs/' + project.getName() + '-' + project.version + '-changelog.txt')