We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95b425d commit 02980fdCopy full SHA for 02980fd
.github/workflows/ci.yml
@@ -54,7 +54,7 @@ jobs:
54
55
- name: Publish to maven
56
run: |
57
- ./gradlew publish
+ ./gradlew publish --warning-mode all
58
env:
59
MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }}
60
MAVEN_PASSWORD: ${{ secrets.MAVEN_PASSWORD }}
0 commit comments