권남의 Github 권남의 위키 까먹지말자! 블로그 권남의 Twitter URLEncode/HTMLEscape Java Properties
apply plugin: 'findbugs' tasks.withType(FindBugs) { reports { xml.enabled true html.enabled false html.stylesheet resources.text.fromFile('config/xsl/findbugs-custom.xsl') } ignoreFailures = true // bug가 발견되면 report만 하고 프로젝트는 계속 진행 effort = 'default' reportLevel = 'medium' }