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

This commit is contained in:
Jan Gleytenhoover 2024-09-25 14:41:15 +00:00
parent 8fade50f5d
commit 3cc3ec1f7d

View File

@ -4,12 +4,12 @@ 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" id("jacoco")
} }
jacocoTestReport { jacocoTestReport {
reports { reports {
xml.enabled true xml.enabled(true)
} }
} }