Skip to content

Commit 34840a7

Browse files
committed
[GAIA-2788] replaced jcenter with MavenCentral
1 parent 5c34158 commit 34840a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
- run: echo $OSSRH_SIGN_KEY_CONTENT | base64 --decode > "$OSSRH_SIGN_KEY_PATH"
6363
- restore_cache:
6464
key: cache-gradle-{{ checksum "build.gradle" }}
65-
- run: ./gradlew final bintrayUpload -Prelease.useLastTag=true --stacktrace
65+
- run: ./gradlew final publishReleasePublicationToSonatypeRepository -Prelease.useLastTag=true --max-workers 1 closeAndReleaseRepository --stacktrace
6666
- save_cache:
6767
paths:
6868
- ~/.gradle

0 commit comments

Comments
 (0)