We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b933ef1 commit a8d657eCopy full SHA for a8d657e
1 file changed
.github/workflows/quality-checks.yml
@@ -328,7 +328,9 @@ jobs:
328
329
- name: Run SonarQube analysis
330
if: ${{ steps.check_languages.outputs.uses_java == 'true' && env.SONAR_TOKEN_EXISTS == 'true' }}
331
- run: mvn sonar:sonar -Dsonar.login=${{ secrets.SONAR_TOKEN }}
+ run: |
332
+ rm -rf ~/.m2
333
+ mvn sonar:sonar -Dsonar.login=${{ secrets.SONAR_TOKEN }}
334
335
- name: SonarCloud Scan
336
uses: SonarSource/sonarqube-scan-action@a31c9398be7ace6bbfaf30c0bd5d415f843d45e9
0 commit comments