권남의 Github 권남의 위키 까먹지말자! 블로그 권남의 Twitter URLEncode/HTMLEscape Java Properties
tasks.withType(Checkstyle) { reports { xml.enabled true html.enabled false html.stylesheet resources.text.fromFile('config/xsl/checkstyle-custom.xsl') } ignoreFailures = true configFile = file('config/checkstyle/checkstyle.xml') // rule 파일 }