Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c991722

Browse files
committed
[Java]: Upgrade to Checkstyle 6.8.1.
1 parent 1d85901 commit c991722

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

build.gradle

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ ext {
4242
repositories {
4343
mavenLocal()
4444
mavenCentral()
45+
maven {
46+
url "http://sevntu-checkstyle.github.com/sevntu.checkstyle/maven2"
47+
}
4548
}
4649

4750
[compileJava, compileTestJava]*.options*.encoding = 'UTF-8'
@@ -73,6 +76,8 @@ sourceSets {
7376
}
7477

7578
dependencies {
79+
checkstyle "com.github.sevntu.checkstyle:sevntu-checks:1.13.4"
80+
7681
compile 'uk.co.real-logic:Agrona:0.4'
7782

7883
testCompile 'org.hamcrest:hamcrest-all:1.3',
@@ -163,7 +168,7 @@ task generateIrCodecs {
163168

164169
checkstyle {
165170
configFile = new File(rootDir, 'config/checkstyle.xml')
166-
toolVersion = 6.7
171+
toolVersion = "6.8.1"
167172
}
168173

169174
javadoc {

0 commit comments

Comments
 (0)