Skip to content

Commit

Permalink
#96 Remove exact Checkstyle version from build configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
dvoraka committed Jan 5, 2018
1 parent d766f04 commit 1ae60b4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,6 @@ allprojects {
// Quality tool configurations
//
checkstyle {
toolVersion = '8.0'
configFile = file("${project.rootDir}/config/checkstyle/checkstyle.xml")
reportsDir = file("${project.rootDir}/reports/checkstyle/${project.name}")
sourceSets = [sourceSets.main]
Expand Down

0 comments on commit 1ae60b4

Please sign in to comment.