diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 46f81641b1..24aef8c55b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -70,7 +70,7 @@ jobs: - name: SonarQube Analysis run: | - ./gradlew sonar \ + ./gradlew --debug sonar \ -Dsonar.projectKey=${{ vars.SONAR_PROJECT_KEY }} \ -Dsonar.host.url=${{ vars.SONAR_HOST_URL }} \ -Dsonar.login=${{ secrets.SONAR_TOKEN }} \