Skip to content

Commit

Permalink
Change mavenCentral repo name to Sonatype
Browse files Browse the repository at this point in the history
  • Loading branch information
stoyicker committed Jun 16, 2021
1 parent 9765a46 commit 13ebb7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
when: always
- run:
name: Upload library to Maven Central
command: ./gradlew :library:publishLibraryPublicationToMavenRepository --no-daemon --no-build-cache --refresh-dependencies
command: ./gradlew :library:publishLibraryPublicationToSonatypeRepository --no-daemon --no-build-cache --refresh-dependencies
when: always
- run:
name: Close and release staging repository in Nexus
Expand Down
1 change: 1 addition & 0 deletions .circleci/publish.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ publishing {
}
repositories {
maven {
name "sonatype"
url "https://oss.sonatype.org/service/local/staging/deploy/maven2"
credentials {
username = "$System.env.OSS_USER"
Expand Down

0 comments on commit 13ebb7d

Please sign in to comment.