Skip to content

Commit cd770bf

Browse files
committed
Fix Gradle
1 parent 2abeacf commit cd770bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release_to_maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
uses: gradle/actions/setup-gradle@v4
3535

3636
- name: Publish package
37-
run: ./gradlew publishToSonatype closeSonatypeStagingRepository
37+
run: ./gradlew publishToSonatype closeSonatypeStagingRepository --stacktrace --debug
3838
env:
3939
ORG_GRADLE_PROJECT_sonatypeUsername: ${{ secrets.NEXUS_USERNAME }}
4040
ORG_GRADLE_PROJECT_sonatypePassword: ${{ secrets.NEXUS_PASSWORD }}

0 commit comments

Comments
 (0)