Skip to content

Commit

Permalink
Merge pull request #16 from seanieyap/Project_Setup
Browse files Browse the repository at this point in the history
Disable checkstyleTest on build.gradle
  • Loading branch information
seanieyap authored Feb 18, 2019
2 parents 0583583 + a7fa0a8 commit bdc14d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ sourceSets {

checkstyle {
toolVersion = '8.1'
checkstyleTest.enabled = false
}

jacocoTestReport {
Expand Down

0 comments on commit bdc14d5

Please sign in to comment.