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 b4e3224 commit aaf56d3Copy full SHA for aaf56d3
.ci/make.sh
@@ -193,10 +193,10 @@ if [[ "$CMD" == "release" ]]; then
193
194
if [[ "$DRY_RUN" = "true" ]]; then
195
echo "Dry run: building and publishing to the local repository"
196
- publishArg='publishAllPublicationsToDryRunRepository'
+ gradle_task="java-client:publishAllPublicationsToDryRunRepository"
197
else
198
echo "Releasing to Maven snapshot repo"
199
- publishArg='publishToSonatype closeAndReleaseStagingRepositories'
+ gradle_task="java-client:publishToSonatype closeAndReleaseStagingRepositories"
200
fi
201
docker run --rm --env VERSION=$VERSION -u "$(id -u)" \
202
$git_mount $src_mount $output_mount \
0 commit comments