Update build.gradle.kts
Some checks failed
Quality Check / Tests (pull_request) Failing after 26s
Build / Build and analyze (push) Failing after 33s
Quality Check / Checkstyle Main (pull_request) Failing after 18s

This commit is contained in:
Jan Gleytenhoover 2024-09-25 14:39:43 +00:00
parent b5bf382f6e
commit 8fade50f5d

@ -4,6 +4,13 @@ plugins {
id("io.spring.dependency-management") version "1.1.6" id("io.spring.dependency-management") version "1.1.6"
id("checkstyle") id("checkstyle")
id("org.sonarqube") version "5.0.0.4638" id("org.sonarqube") version "5.0.0.4638"
id "jacoco"
}
jacocoTestReport {
reports {
xml.enabled true
}
} }
sonar { sonar {