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 ebead54 commit e39c861Copy full SHA for e39c861
.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
- gradle_task="java-client:publishAllPublicationsToDryRunRepository"
+ gradle_task="publishAllPublicationsToDryRunRepository"
197
else
198
echo "Releasing to Maven snapshot repo"
199
- gradle_task="java-client:publishToSonatype closeAndReleaseStagingRepositories"
+ gradle_task="publishToSonatype closeAndReleaseStagingRepositories"
200
fi
201
docker run --rm --env VERSION=$VERSION -u "$(id -u)" \
202
$git_mount $src_mount $output_mount \
0 commit comments