build: Remove HTML report generation from Checkstyle
All checks were successful
Quality Check / Tests (pull_request) Successful in 3m58s
Quality Check / Checkstyle Main (pull_request) Successful in 4m11s

This commit is contained in:
Jan Gleytenhoover 2024-09-25 10:58:50 +02:00
parent 0f85e24fdf
commit 3b678bdb83
Signed by: jank
GPG Key ID: B267751B8AE29EFE

@ -5,13 +5,6 @@ plugins {
id("checkstyle") id("checkstyle")
} }
tasks.withType<Checkstyle> {
reports {
xml.required.set(false)
html.required.set(true)
}
}
tasks.withType<Checkstyle> { tasks.withType<Checkstyle> {
reports { reports {
// Disable HTML report // Disable HTML report