Thanks to visit codestin.com Credit goes to github.com
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 1d85901 commit c991722Copy full SHA for c991722
build.gradle
@@ -42,6 +42,9 @@ ext {
42
repositories {
43
mavenLocal()
44
mavenCentral()
45
+ maven {
46
+ url "http://sevntu-checkstyle.github.com/sevntu.checkstyle/maven2"
47
+ }
48
}
49
50
[compileJava, compileTestJava]*.options*.encoding = 'UTF-8'
@@ -73,6 +76,8 @@ sourceSets {
73
76
74
77
75
78
dependencies {
79
+ checkstyle "com.github.sevntu.checkstyle:sevntu-checks:1.13.4"
80
+
81
compile 'uk.co.real-logic:Agrona:0.4'
82
83
testCompile 'org.hamcrest:hamcrest-all:1.3',
@@ -163,7 +168,7 @@ task generateIrCodecs {
163
168
164
169
checkstyle {
165
170
configFile = new File(rootDir, 'config/checkstyle.xml')
166
- toolVersion = 6.7
171
+ toolVersion = "6.8.1"
167
172
173
174
javadoc {
0 commit comments