Skip to content

Commit

Permalink
Sonar fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Björn Ekryd committed Jul 24, 2023
1 parent 773123d commit c5dfe0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- run: mvn clean verify -DskipTests=true -Dmaven.javadoc.skip=true -Dinvoker.skip=true -B -V
- run: mvn clean jacoco:prepare-agent integration-test jacoco:report -B
- run: mvn coveralls:report -B -DrepoToken=$COVERALLS_REPO_TOKEN
- run: mvn sonar:sonar -Dsonar.projectKey=com.github.ekryd.sortpom:sortpom-parent -Dsonar.organization=ekryd-github -Dsonar.host.url=https://sonarcloud.io -Dsonar.login=$SONARCLOUD_TOKEN
- run: mvn sonar:sonar -Dsonar.projectKey=com.github.ekryd.sortpom:sortpom-parent -Dsonar.organization=ekryd-github -Dsonar.host.url=https://sonarcloud.io -Dsonar.token=$SONARCLOUD_TOKEN
- save_cache:
paths:
- ~/.m2
Expand Down

0 comments on commit c5dfe0a

Please sign in to comment.