Configure publishing to Maven Central (#1351)

Fixes #1106
This commit is contained in:
Alexey Tsvetkov
2021-11-08 12:10:26 +03:00
committed by GitHub
parent 1c25803032
commit eec0f9abe4
3 changed files with 93 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
#!/bin/bash
cd "$(dirname "$0")"
. ./prepare
pushd ..
./gradlew reuploadArtifactsToMavenCentral $COMPOSE_DEFAULT_GRADLE_ARGS "$@" || exit 1
popd