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 4cd8348 commit b881346Copy full SHA for b881346
ci/upload_to_maven.sh
@@ -11,5 +11,4 @@ export PROJECT_VERSION=$(./gradlew properties -q | grep "version:" | awk '{print
11
# Only non-snapshot can be pushed as maven releases
12
if [[ ! $(echo "${PROJECT_VERSION}" | grep "SNAPSHOT") ]]; then
13
./gradlew closeAndReleaseRepository
14
-fi
15
-echo "Update to maven completed"
+fi
0 commit comments