Skip to content

Commit

Permalink
Specify checkstyle version
Browse files Browse the repository at this point in the history
Not specifying the checkstyle version causes it to fail with a cryptic
error.
  • Loading branch information
j-lum committed Aug 6, 2019
1 parent a2150c1 commit 5c47c23
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tutorials/gradleTutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,10 @@ plugins {
id 'application'
id 'checkstyle'
}
checkstyle {
toolVersion = '8.1'
}
// ...
```

Expand Down

0 comments on commit 5c47c23

Please sign in to comment.