Show all Gradle warnings in CI

This commit is contained in:
Chris Renshaw
2025-05-31 23:45:56 -03:00
committed by GitHub
parent 0d8d090014
commit 512ed8a1f1

View File

@@ -30,7 +30,7 @@ jobs:
run: chmod +x gradlew
- name: Build with Gradle
run: ./gradlew assembleRelease
run: ./gradlew -w --warning-mode all -S assembleRelease
- name: Upload CI module zip as artifact zip
uses: actions/upload-artifact@v4