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 5c34158 commit 34840a7Copy full SHA for 34840a7
.circleci/config.yml
@@ -62,7 +62,7 @@ jobs:
62
- run: echo $OSSRH_SIGN_KEY_CONTENT | base64 --decode > "$OSSRH_SIGN_KEY_PATH"
63
- restore_cache:
64
key: cache-gradle-{{ checksum "build.gradle" }}
65
- - run: ./gradlew final bintrayUpload -Prelease.useLastTag=true --stacktrace
+ - run: ./gradlew final publishReleasePublicationToSonatypeRepository -Prelease.useLastTag=true --max-workers 1 closeAndReleaseRepository --stacktrace
66
- save_cache:
67
paths:
68
- ~/.gradle
0 commit comments