diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5236467d..1b5fb157 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -49,4 +49,4 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} - run: ./gradlew sonarqube -x compileJava -x compileTestJava \ No newline at end of file + run: ./gradlew sonarqube --stacktrace \ No newline at end of file