We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7496b5 commit 6790fb4Copy full SHA for 6790fb4
.github/workflows/sonar.yml
@@ -16,7 +16,7 @@ jobs:
16
with:
17
distribution: temurin
18
java-version: 17
19
- - run: mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent verify sonar:sonar -Dsonar.host.url=https://sonarcloud.io -Dsonar.organization=albertus82-github -B -V -e -ntp
+ - run: mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.host.url=https://sonarcloud.io -Dsonar.organization=albertus82-github -B -V -e -ntp
20
env:
21
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
22
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
0 commit comments