Update SonarQube project key and simplify CI script

Updated the SonarQube project key in `pom.xml` to reflect the new naming convention. Simplified the CI script by removing redundant project key specification, ensuring consistency and maintainability.
This commit is contained in:
2025-04-22 07:45:45 +02:00
parent 51a93e36b8
commit 6606030090
2 changed files with 2 additions and 3 deletions
+1 -2
View File
@@ -46,8 +46,7 @@ sonarcloud_scan:
dependencies:
- build
script:
- mvn -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar \
-Dsonar.projectKey=thischwa_CloudflareDNS-java
- mvn -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar
only:
- merge_requests
- develop