Checkstyle fixes.

This commit is contained in:
Erik C. Thauvin 2019-04-17 00:23:02 -07:00
parent 7c724db67e
commit 64ffd95aba
48 changed files with 512 additions and 118 deletions

View file

@ -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