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 55d8f95 commit febcfd3Copy full SHA for febcfd3
.ci/make.sh
@@ -198,7 +198,7 @@ if [[ "$CMD" == "release" ]]; then
198
else
199
echo "Releasing to Maven snapshot repo"
200
# gradle_task="publishToSonatype closeAndReleaseStagingRepositories"
201
- gradle_task="tasks"
+ gradle_task="publishForReleaseManager"
202
fi
203
docker run --rm --env VERSION=$VERSION -u "$(id -u)" \
204
$git_mount $src_mount $output_mount \
0 commit comments