We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35ab898 commit 6aa81efCopy full SHA for 6aa81ef
.github/workflows/snapshot.yml
@@ -97,7 +97,7 @@ jobs:
97
env:
98
OSS_USER_TOKEN_KEY: ${{ secrets.OSS_USER_TOKEN_KEY }}
99
OSS_USER_TOKEN_PASS: ${{ secrets.OSS_USER_TOKEN_PASS }}
100
- run: ./gradlew clean build publish -x test verifyGoogleJavaFormat
+ run: ./gradlew clean build publish -x test -x verifyGoogleJavaFormat
101
102
sonar:
103
name: Sonar analysis
0 commit comments