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 4fe288c commit 2819480Copy full SHA for 2819480
2 files changed
.circleci/config.yml
@@ -64,7 +64,7 @@ jobs:
64
# run code analysis using sonarqube
65
- run:
66
name: Running code analysis
67
- command: mvn -Psonar sonar:sonar -DsourceEncoding=UTF-8
+ command: mvn -Psonar org.sonarsource.scanner.maven:sonar-maven-plugin:sonar
68
69
workflows:
70
version: 2
pom.xml
@@ -368,7 +368,7 @@
368
<plugin>
369
<groupId>org.sonarsource.scanner.maven</groupId>
370
<artifactId>sonar-maven-plugin</artifactId>
371
- <version>5.1.0.4751</version>
+ <version>5.5.0.6356</version>
372
</plugin>
373
<!-- Source: https://mvnrepository.com/artifact/org.sonarsource.scanner.maven/sonar-maven-plugin -->
374
</plugins>
0 commit comments