Skip to content

Commit

Permalink
refactor: Remove stack trace option from Gradle build
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmedhossamdev committed Oct 8, 2024
1 parent 27eb718 commit ca7d0c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-sonatype.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

- name: Publish to Sonatype
run: |
./gradlew --parallel --no-daemon publish --stacktrace --info
./gradlew --parallel --no-daemon publish
env:
SONATYPE_USERNAME: ${{ secrets.ONEBUSAWAY_SDK_SONATYPE_USERNAME || secrets.SONATYPE_USERNAME }}
SONATYPE_PASSWORD: ${{ secrets.ONEBUSAWAY_SDK_SONATYPE_PASSWORD || secrets.SONATYPE_PASSWORD }}
Expand Down

0 comments on commit ca7d0c9

Please sign in to comment.