We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b11cce8 commit d764ef7Copy full SHA for d764ef7
.github/workflows/publish.yml
@@ -16,6 +16,8 @@ jobs:
16
- name: make gradle wrapper executable
17
run: chmod +x ./gradlew
18
- name: Build with Gradle
19
- run: ./gradlew build
+ run: ./gradlew build --warning-mode=all
20
- name: Publish to GitHub Packages
21
run: ./gradlew publish --warning-mode=all
22
+ env:
23
+ CLOUDSMITH_MAVEN_TOKEN: ${{ secrets.CLOUDSMITH_MAVEN_TOKEN }}
0 commit comments