build: Remove HTML report generation from Checkstyle
This commit is contained in:
parent
0f85e24fdf
commit
3b678bdb83
@ -5,13 +5,6 @@ plugins {
|
||||
id("checkstyle")
|
||||
}
|
||||
|
||||
tasks.withType<Checkstyle> {
|
||||
reports {
|
||||
xml.required.set(false)
|
||||
html.required.set(true)
|
||||
}
|
||||
}
|
||||
|
||||
tasks.withType<Checkstyle> {
|
||||
reports {
|
||||
// Disable HTML report
|
||||
|
Loading…
Reference in New Issue
Block a user