mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 23:05:49 +00:00
Fix: Removed enabling and disabeling xml/html reports in build.gradle - they threw an error
This commit is contained in:
parent
0c5147e3bc
commit
1193fbd9b0
1 changed files with 0 additions and 8 deletions
|
@ -94,14 +94,6 @@ checkstyleNohttp {
|
|||
enabled = true
|
||||
}
|
||||
|
||||
tasks.withType(Checkstyle) {
|
||||
reports {
|
||||
xml.enabled false
|
||||
html.enabled true
|
||||
html.stylesheet resources.text.fromFile('config/xsl/checkstyle-custom.xsl')
|
||||
}
|
||||
}
|
||||
|
||||
tasks.named("formatMain").configure { dependsOn("checkstyleMain") }
|
||||
tasks.named("formatMain").configure { dependsOn("checkstyleNohttp") }
|
||||
tasks.named("formatTest").configure { dependsOn("checkstyleTest") }
|
||||
|
|
Loading…
Reference in a new issue