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 4713400 commit 60df603Copy full SHA for 60df603
1 file changed
.github/workflows/main.yml
@@ -34,5 +34,4 @@ jobs:
34
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
35
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
36
run: |
37
- mvn -B clean --file pom.xml
38
- mvn -B verify sonar:sonar -Plicense-scan -Dsonar.projectKey=dochia-dev_dochia-cli -Dsonar.host.url=https://sonarcloud.io -Dsonar.token=$SONAR_TOKEN
+ mvn -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Plicense-scan -Dsonar.projectKey=dochia-dev_dochia-cli
0 commit comments