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 4de43a8 commit 52d7d3fCopy full SHA for 52d7d3f
.ci/make.sh
@@ -194,7 +194,7 @@ if [[ "$CMD" == "release" ]]; then
194
195
if [[ "$DRY_RUN" = "true" ]]; then
196
echo "Dry run: building and publishing to the local repository"
197
- gradle_task="publishAllPublicationsToDryRunRepository"
+ gradle_task="publishForReleaseManager"
198
else
199
echo "Releasing to Maven snapshot repo"
200
# gradle_task="publishToSonatype closeAndReleaseStagingRepositories"
0 commit comments