There was an error while loading. Please reload this page.
1 parent 6e99dac commit a8a9cdcCopy full SHA for a8a9cdc
1 file changed
.github/workflows/maven.yml
@@ -76,6 +76,6 @@ jobs:
76
cache: 'maven'
77
78
- name: Build, test and quality scan
79
- run: mvn clean install sonar:sonar -Pwithout-authentication -P'!standalone-client' -Pjacoco -Dsonar.organization=hakky54 -Dsonar.host.url=https://sonarcloud.io -Dsonar.login=${{ secrets.SONAR_TOKEN }} --no-transfer-progress
+ run: mvn clean install org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Pwithout-authentication -P'!standalone-client' -Pjacoco -Dsonar.organization=hakky54 -Dsonar.host.url=https://sonarcloud.io -Dsonar.login=${{ secrets.SONAR_TOKEN }} --no-transfer-progress
80
env:
81
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments