We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8e5969 commit 9ba7a64Copy full SHA for 9ba7a64
2 files changed
.github/workflows/publishing2sonatype.yml
@@ -36,7 +36,7 @@ jobs:
36
sed -i -e 's|.*sonatypePassword.*| password = "${{ secrets.SPASSWORD }}"|' ./build.gradle
37
- name: Sonatype Publish
38
run: |
39
- ./gradlew -S --scan publishJarPublicationToStagingRepository
+ ./gradlew --info publishJarPublicationToStagingRepository
40
BEARER=$(printf "${{ secrets.SUSER }}:${{ secrets.SPASSWORD }}" | base64)
41
curl --request POST \
42
--verbose \
build.gradle
@@ -157,7 +157,7 @@ publishing {
157
158
repositories {
159
maven {
160
-// name 'staging'
+ name 'staging'
161
url = 'https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2/'
162
163
credentials {
0 commit comments