added sonarqube config
SonarQube Analysis / Build and Analyze (pull_request) Failing after 2m33s

This commit is contained in:
2026-06-25 20:23:22 +02:00
parent 68bc14198e
commit 6b5a3b5687
2 changed files with 58 additions and 0 deletions
+8
View File
@@ -2,6 +2,7 @@ plugins {
java
id("org.springframework.boot") version "4.1.0"
id("io.spring.dependency-management") version "1.1.7"
id "org.sonarqube" version "7.3.0.8198"
}
group = "com.vaessl"
@@ -13,6 +14,13 @@ java {
}
}
sonar {
properties {
property "sonar.projectKey", "Vaessl"
property "sonar.projectName", "Vaessl"
}
}
configurations {
compileOnly {
extendsFrom(configurations.annotationProcessor.get())