Switch CI pipeline to SonarCloud

This commit is contained in:
grimsi
2022-10-21 17:30:57 +02:00
parent e5cdd24b19
commit 0c9eb90f5a
3 changed files with 21 additions and 13 deletions
+5
View File
@@ -15,6 +15,11 @@
<module>backend</module>
</modules>
<properties>
<sonar.organization>grimsi-github</sonar.organization>
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
</properties>
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>