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 b46f570 commit 75ecc21Copy full SHA for 75ecc21
.ci/make.sh
@@ -195,9 +195,8 @@ if [[ "$CMD" == "release" ]]; then
195
echo "Dry run: building and publishing to the local repository"
196
gradle_task="java-client:publishAllPublicationsToBuildRepository"
197
else
198
- echo "Releasing to Maven (pretending for now)"
199
- gradle_task="java-client:publishAllPublicationsToBuildRepository"
200
- #gradle_task="java-client:publishAllPublicationsToMavenCentralSnapshotRepository"
+ echo "Releasing to Maven snapshot repo"
+ gradle_task="java-client:publishAllPublicationsToMavenCentralSnapshotRepository"
201
fi
202
docker run --rm --env VERSION=$VERSION -u "$(id -u)" \
203
$git_mount $src_mount $output_mount \
0 commit comments