Update Sonar Maven plugin version in CI pipeline
Removed the hardcoded version of the Sonar Maven plugin to use the latest available version. This ensures compatibility with updates and reduces maintenance overhead.
This commit is contained in:
+1
-1
@@ -46,7 +46,7 @@ sonarcloud_scan:
|
||||
dependencies:
|
||||
- build
|
||||
script:
|
||||
- mvn -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar:5.1.0.4751 \
|
||||
- mvn -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar \
|
||||
-Dsonar.projectKey=thischwa_CloudflareDNS-java
|
||||
only:
|
||||
- merge_requests
|
||||
|
||||
Reference in New Issue
Block a user