Skip to content

Commit c614975

Browse files
committed
Change name from sun_checks.xml
1 parent efe4525 commit c614975

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

File renamed without changes.

gradle/checkstyle.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apply plugin: 'checkstyle'
22

33
checkstyle {
44
ignoreFailures = true
5-
configFile = new File(rootProject.projectDir, 'sun_checks.xml')
5+
configFile = new File(rootProject.projectDir, 'checkstyle.xml')
66
sourceSets = [sourceSets.main]
77
}
88

@@ -11,4 +11,4 @@ tasks.withType(Checkstyle) {
1111
xml.enabled = false
1212
html.enabled = true
1313
}
14-
}
14+
}

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
33
zipStoreBase=GRADLE_USER_HOME
44
zipStorePath=wrapper/dists
5-
distributionUrl=https\://services.gradle.org/distributions/gradle-3.2-rc-3-bin.zip
5+
distributionUrl=https\://services.gradle.org/distributions/gradle-3.2-bin.zip

0 commit comments

Comments
 (0)