Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorge Antonio Diaz-Benito Soriano committed May 20, 2018
2 parents 2076de4 + 029bee9 commit 9e2a7ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ repositories { jcenter() }
dependencies {
compileOnly gradleApi()
// Checkstyle
compile('com.puppycrawl.tools:checkstyle:8.9') {
compile('com.puppycrawl.tools:checkstyle:8.10') {
exclude module: "guava"
exclude module: "commons-logging"
}
// PMD
compile('net.sourceforge.pmd:pmd-java:6.2.0') {
compile('net.sourceforge.pmd:pmd-java:6.3.0') {
exclude module: "asm"
exclude module: "gson"
}
Expand Down

0 comments on commit 9e2a7ac

Please sign in to comment.