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