We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f28cad6 commit 47a7faeCopy full SHA for 47a7fae
.github/workflows/sonar.yml
@@ -32,7 +32,7 @@ jobs:
32
restore-keys: ${{ runner.os }}-m2
33
34
- name: Run SonarQube
35
- run: mvn -B clean verify sonar:sonar -Dsonar.projectKey=ComputerDaddyGuy_JFileTreePrettyPrinter -Dsonar.organization=computerdaddyguy
+ run: mvn -B clean verify sonar:sonar
36
env:
37
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
38
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
0 commit comments