Make the curse api key a project property
This commit is contained in:
parent
6eb25608b9
commit
f0f51dad64
1 changed files with 1 additions and 1 deletions
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue