We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd9a855 commit 8404f8eCopy full SHA for 8404f8e
.travis.yml
@@ -4,4 +4,4 @@ jdk:
4
- oraclejdk8
5
6
install:
7
- - gradle clean build
+ - gradle clean build --info
build.gradle
@@ -163,8 +163,8 @@ checkstyle{
163
164
tasks.withType(Checkstyle) {
165
reports {
166
- xml.enabled = false
167
- html.enabled = true
+ // xml.enabled = false
+ // html.enabled = true
168
// html.stylesheet resources.text.fromFile('config/xsl/checkstyle-custom.xsl')
169
}
170
configFile = file('config/checkstyle/checkstyle.xml')
0 commit comments