Debug stuff
This commit is contained in:
parent
646b58eed5
commit
99420129d0
1 changed files with 4 additions and 0 deletions
|
@ -150,6 +150,10 @@ curse {
|
||||||
projectId = project.config.curse_project_id
|
projectId = project.config.curse_project_id
|
||||||
apiKey = "$System.env.curse_api_key"
|
apiKey = "$System.env.curse_api_key"
|
||||||
releaseType = project.config.curse_release_type
|
releaseType = project.config.curse_release_type
|
||||||
|
|
||||||
|
println projectId
|
||||||
|
println apiKey
|
||||||
|
println releaseType
|
||||||
}
|
}
|
||||||
|
|
||||||
uploadArchives {
|
uploadArchives {
|
||||||
|
|
Loading…
Reference in a new issue