Skip to content

Commit

Permalink
chore: update gradle build command to include warning mode
Browse files Browse the repository at this point in the history
  • Loading branch information
DannyBedard committed Aug 21, 2024
1 parent 5527c7a commit 92e9e79
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,13 +122,13 @@ jobs:
- name: Allow gradlew to run
run: chmod +x gradlew

- name: Package .aar
run: ./gradlew clean assembleRelease
env:
CLOUDSMITH_API_KEY: ${{ secrets.CLOUDSMITH_API_KEY }}
CLOUDSMITH_USERNAME: bot-devolutions
# - name: Package .aar
# run: ./gradlew clean assembleRelease
# env:
# CLOUDSMITH_API_KEY: ${{ secrets.CLOUDSMITH_API_KEY }}
# CLOUDSMITH_USERNAME: bot-devolutions

- run: ./gradlew publish
- run: ./gradlew build --warning-mode=all
env:
CLOUDSMITH_API_KEY: ${{ secrets.CLOUDSMITH_API_KEY }}
CLOUDSMITH_USERNAME: bot-devolutions
Expand Down

0 comments on commit 92e9e79

Please sign in to comment.