Skip to content

Commit

Permalink
Checkstyle l1
Browse files Browse the repository at this point in the history
  • Loading branch information
KostasKoyias committed Dec 13, 2020
1 parent 7b1a5ed commit 091129a
Show file tree
Hide file tree
Showing 3 changed files with 440 additions and 31 deletions.
12 changes: 10 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
plugins {
id 'java'
id 'checkstyle'
}

test {
useJUnitPlatform()
checkstyle {
toolVersion '7.8.1'
configFile file("config/checkstyle/checkstyle.xml")
}
checkstyleMain {
source ='src/main/java/foo/bar/l1'
}
checkstyleTest {
source ='src/test/java/foo/bar/l1'
}

repositories {
Expand Down
Loading

0 comments on commit 091129a

Please sign in to comment.