diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml index 7a1e64de..3d60e45a 100644 --- a/.github/workflows/sonar.yml +++ b/.github/workflows/sonar.yml @@ -18,4 +18,4 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} - run: ./gradlew build sonarqube --info + run: ./gradlew build -x spotlessJavaCheck sonarqube --info