Skip to content

Commit

Permalink
Merge pull request #21 from sheinbergon/revival
Browse files Browse the repository at this point in the history
Remove jcenter
  • Loading branch information
sheinbergon authored Oct 17, 2022
2 parents e557622 + 51e6da2 commit 199b08b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ossrh-publication.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
distribution: "zulu"

- name: Publish To Release Repository
run: ./gradlew --debug publishToSonatype
run: ./gradlew publishToSonatype closeAndReleaseSonatypeStagingRepository
env:
NEXUS_TARGET: RELEASE
NEXUS_USERNAME: ${{ secrets.NEXUS_USERNAME }}
NEXUS_PASSWORD: ${{ secrets.NEXUS_PASSWORD }}
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
1 change: 0 additions & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
pluginManagement {
repositories {
jcenter()
mavenCentral()
gradlePluginPortal()
}
Expand Down

0 comments on commit 199b08b

Please sign in to comment.