Skip to content

Commit 2bcf81d

Browse files
authored
Update build.gradle
1 parent 1fb4d4a commit 2bcf81d

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

build.gradle

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,7 @@ tasks.withType(Javadoc) {
2323
}
2424

2525
checkstyle {
26-
configFile = file("${rootDir}/fishercoder_checkstyle.xml")
27-
}
28-
29-
sourceSets {
30-
main {
31-
java {
32-
srcDir 'src/fishercoder'
33-
}
34-
}
26+
configFile = file("fishercoder_checkstyle.xml")
3527
}
3628

3729
description = ""

0 commit comments

Comments
 (0)