Skip to content

Commit 9ba7a64

Browse files
revert back staging
1 parent f8e5969 commit 9ba7a64

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publishing2sonatype.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
sed -i -e 's|.*sonatypePassword.*| password = "${{ secrets.SPASSWORD }}"|' ./build.gradle
3737
- name: Sonatype Publish
3838
run: |
39-
./gradlew -S --scan publishJarPublicationToStagingRepository
39+
./gradlew --info publishJarPublicationToStagingRepository
4040
BEARER=$(printf "${{ secrets.SUSER }}:${{ secrets.SPASSWORD }}" | base64)
4141
curl --request POST \
4242
--verbose \

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ publishing {
157157

158158
repositories {
159159
maven {
160-
// name 'staging'
160+
name 'staging'
161161
url = 'https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2/'
162162

163163
credentials {

0 commit comments

Comments
 (0)