Change name from sun_checks.xml
This commit is contained in:
parent
efe4525303
commit
c6149755f5
@ -2,7 +2,7 @@ apply plugin: 'checkstyle'
|
|||||||
|
|
||||||
checkstyle {
|
checkstyle {
|
||||||
ignoreFailures = true
|
ignoreFailures = true
|
||||||
configFile = new File(rootProject.projectDir, 'sun_checks.xml')
|
configFile = new File(rootProject.projectDir, 'checkstyle.xml')
|
||||||
sourceSets = [sourceSets.main]
|
sourceSets = [sourceSets.main]
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -11,4 +11,4 @@ tasks.withType(Checkstyle) {
|
|||||||
xml.enabled = false
|
xml.enabled = false
|
||||||
html.enabled = true
|
html.enabled = true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
|
|||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
zipStorePath=wrapper/dists
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user