Skip to content

Commit

Permalink
rem debug
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippSchmelter committed Nov 5, 2024
1 parent 21c2da0 commit 521f9da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- name: SonarQube Analysis
run: |
./gradlew --debug sonar \
./gradlew sonar \
-Dsonar.projectKey=${{ vars.SONAR_PROJECT_KEY }} \
-Dsonar.host.url=${{ vars.SONAR_HOST_URL }} \
-Dsonar.login=${{ secrets.SONAR_TOKEN }} \
Expand Down

0 comments on commit 521f9da

Please sign in to comment.