Skip to content

Commit

Permalink
Added chckstyles to gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
RAVEENSR committed Nov 13, 2017
1 parent 7c859c0 commit ddbdef4
Show file tree
Hide file tree
Showing 2 changed files with 425 additions and 0 deletions.
12 changes: 12 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,18 @@ dependencies {
antlr "org.antlr:antlr4:4.6"
}

//apply plugin: 'checkstyle'
//checkstyle {
// toolVersion '7.8.1'
// configFile file("config/checkstyle/checkstyle.xml")
//}
//checkstyleMain {
// source ='src/main/java'
//}
//checkstyleTest {
// source ='src/test/java'
//}

apply plugin: "jacoco"
jacocoTestReport {
reports {
Expand Down
Loading

0 comments on commit ddbdef4

Please sign in to comment.