Change name from sun_checks.xml

This commit is contained in:
Bruce Eckel 2016-11-15 15:11:16 -08:00
parent efe4525303
commit c6149755f5
3 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@ apply plugin: 'checkstyle'
checkstyle {
ignoreFailures = true
configFile = new File(rootProject.projectDir, 'sun_checks.xml')
configFile = new File(rootProject.projectDir, 'checkstyle.xml')
sourceSets = [sourceSets.main]
}
@ -11,4 +11,4 @@ tasks.withType(Checkstyle) {
xml.enabled = false
html.enabled = true
}
}
}

View File

@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-3.2-rc-3-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-3.2-bin.zip