remove logging from checkstyle
This commit is contained in:
parent
3690597d02
commit
15a7273b17
1 changed files with 0 additions and 1 deletions
|
@ -9,7 +9,6 @@ checkstyle {
|
||||||
|
|
||||||
tasks.withType(Checkstyle) {
|
tasks.withType(Checkstyle) {
|
||||||
exclude "**/module-info.java"
|
exclude "**/module-info.java"
|
||||||
logging.setLevel(LogLevel.LIFECYCLE)
|
|
||||||
reports {
|
reports {
|
||||||
xml.required = false
|
xml.required = false
|
||||||
html.required = true
|
html.required = true
|
||||||
|
|
Loading…
Reference in a new issue