We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29c187f commit 02a988eCopy full SHA for 02a988e
ci/pipeline.yml
@@ -78,8 +78,8 @@ anchors:
78
password: ((github-ci-release-token))
79
branch: main
80
gradle-publish-params: &gradle-publish-params
81
- gradle_publish_key: ((gradle-publish-key))
82
- gradle_publish_secret: ((gradle-publish-secret))
+ GRADLE_PUBLISH_KEY: ((gradle-publish-key))
+ GRADLE_PUBLISH_SECRET: ((gradle-publish-secret))
83
registry-mirror-vars: ®istry-mirror-vars
84
registry-mirror-host: ((registry-mirror-host))
85
registry-mirror-username: ((registry-mirror-username))
0 commit comments