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 68307fc commit 4202902Copy full SHA for 4202902
.github/workflows/ci.yaml
@@ -112,7 +112,6 @@ jobs:
112
- run: .kokoro/build.sh
113
env:
114
JOB_TYPE: lint
115
- GOOGLE_SDK_JAVA_LOGGING: true
116
clirr:
117
runs-on: ubuntu-latest
118
steps:
.github/workflows/sonar.yaml
@@ -34,6 +34,7 @@ jobs:
34
35
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
36
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
37
+ GOOGLE_SDK_JAVA_LOGGING: true
38
run: |
39
mvn -B verify -Dcheckstyle.skip \
40
-DenableFullTestCoverage \
0 commit comments