fix: Fix Sonarqube java version #17

Merged
jank merged 15 commits from fix/sonarqube into main 2024-09-25 15:15:46 +00:00
Showing only changes of commit 47878ad3d3 - Show all commits

Update build.gradle.kts
Some checks failed
Quality Check / Tests (pull_request) Successful in 1m31s
Build / Build and analyze (push) Has been cancelled
Quality Check / Checkstyle Main (pull_request) Successful in 48s

Jan K9f 2024-09-25 14:58:38 +00:00

View file

@ -74,12 +74,4 @@ dependencies {
tasks.withType<Test> {
useJUnitPlatform()
}
tasks.test {
useJUnitPlatform()
reports {
junitXml.setEnabled(true) // Enable JUnit XML reports
html.setEnabled(true) // Enable HTML reports
}
}