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) {
|
||||
exclude "**/module-info.java"
|
||||
logging.setLevel(LogLevel.LIFECYCLE)
|
||||
reports {
|
||||
xml.required = false
|
||||
html.required = true
|
||||
|
|
Loading…
Reference in a new issue