diff --git a/.github/workflows/sonar.yaml b/.github/workflows/sonar.yaml index b5727f4f4..1eb2608b8 100644 --- a/.github/workflows/sonar.yaml +++ b/.github/workflows/sonar.yaml @@ -34,5 +34,5 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} - run: mvn -B verify sonar:sonar -Dsonar.projectKey=googleapis_gax-java -Dsonar.organization=googleapis -Dsonar.host.url=https://sonarcloud.io -Denforcer.skip -Dclirr.skip -Dsonar.verbose=true + run: mvn -B verify sonar:sonar -Dsonar.projectKey=googleapis_gax-java -Dsonar.organization=googleapis -Dsonar.host.url=https://sonarcloud.io diff --git a/pom.xml b/pom.xml index 0c7ba5b35..e91e15d71 100644 --- a/pom.xml +++ b/pom.xml @@ -72,6 +72,12 @@ com.google.auth google-auth-library-oauth2-http 1.13.0 + + + com.google.errorprone + error_prone_annotations + + com.google.code.findbugs