Skip to content

Commit 460275d

Browse files
Fix Sonarcloud workflow
1 parent 2c1075d commit 460275d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/sonarcloud.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,4 @@ jobs:
4444
- name: Build and analyze
4545
env:
4646
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
47-
run: mvn -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar \
48-
-Dsonar.host.url="https://sonarcloud.io" \
49-
-Dsonar.organization=computerdaddyguy \
50-
-Dsonar.projectKey=ComputerDaddyGuy_JFileTreePrettyPrinter
47+
run: mvn -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.host.url="https://sonarcloud.io" -Dsonar.organization=computerdaddyguy -Dsonar.projectKey=ComputerDaddyGuy_JFileTreePrettyPrinter

0 commit comments

Comments
 (0)