Checkstyle fixes.
This commit is contained in:
parent
7c724db67e
commit
64ffd95aba
48 changed files with 512 additions and 118 deletions
|
@ -1,4 +1,5 @@
|
|||
plugins {
|
||||
id 'checkstyle'
|
||||
id 'application'
|
||||
id 'idea'
|
||||
id 'jacoco'
|
||||
|
@ -128,6 +129,13 @@ tasks.withType(SpotBugsTask) {
|
|||
excludeFilter = file("$projectDir/config/spotbugs/excludeFilter.xml")
|
||||
}
|
||||
|
||||
tasks.withType(Checkstyle) {
|
||||
reports {
|
||||
xml.enabled = false
|
||||
html.enabled = true
|
||||
}
|
||||
}
|
||||
|
||||
task copyToDeploy(type: Copy) {
|
||||
from('properties')
|
||||
from jar
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue