We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 131df63 commit 0991885Copy full SHA for 0991885
2 files changed
.github/workflows/build.yaml
@@ -106,7 +106,7 @@ jobs:
106
PUBLISH_USER: ${{ secrets.PUBLISH_USER }}
107
PUBLISH_KEY: ${{ secrets.PUBLISH_KEY }}
108
run: |
109
- ./gradlew publishToSonatype --stacktrace
+ ./gradlew publishToMavenCentral --stacktrace
110
111
sonar:
112
needs: [test]
.github/workflows/release.yaml
@@ -33,4 +33,4 @@ jobs:
33
34
35
36
- ./gradlew publishToSonatype closeAndReleaseSonatypeStagingRepository
+ ./gradlew publishToMavenCentral
0 commit comments