Skip to content

Commit

Permalink
warning
Browse files Browse the repository at this point in the history
  • Loading branch information
RawDiamondMC committed Sep 7, 2024
1 parent df2e2e2 commit b11cce8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ jobs:
- name: make gradle wrapper executable
run: chmod +x ./gradlew
- name: Build with Gradle Wrapper
run: ./gradlew build
run: ./gradlew build --warning-mode=all
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
- name: Build with Gradle
run: ./gradlew build
- name: Publish to GitHub Packages
run: ./gradlew publish
run: ./gradlew publish --warning-mode=all

0 comments on commit b11cce8

Please sign in to comment.