Skip to content

Commit 98769be

Browse files
committed
Added checkstyle 6.17
1 parent 03eade5 commit 98769be

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

build.gradle

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
plugins {
22
id 'java'
3+
id 'checkstyle'
34
}
45

56
group = 'com.fishercoder'
@@ -48,3 +49,8 @@ testing {
4849
tasks.withType(Test).configureEach {
4950
maxParallelForks = Runtime.runtime.availableProcessors()
5051
}
52+
53+
checkstyle {
54+
toolVersion = '6.17'
55+
config = rootProject.resources.text.fromFile('fishercoder_checkstyle.xml')
56+
}

0 commit comments

Comments
 (0)