Update SonarQube configuration in GitLab CI pipeline
Removed the `sonar.sources` property as it is redundant in the current setup. SonarQube automatically detects source files, simplifying the configuration. This ensures the pipeline remains clean and easier to maintain.
This commit is contained in:
@@ -56,7 +56,6 @@ sonarcloud_scan:
|
||||
-Dsonar.token=${SONAR_TOKEN} \
|
||||
-Dsonar.branch.name=develop \
|
||||
-Dsonar.projectBaseDir=${CI_PROJECT_DIR} \
|
||||
-Dsonar.sources=src/main/java \
|
||||
-Dsonar.tests=src/test/java \
|
||||
-Dsonar.exclusions=docs/** \
|
||||
-Dsonar.java.binaries=target/classes
|
||||
|
||||
Reference in New Issue
Block a user