Skip to content

Commit

Permalink
Plugin version issue - rely on Gradle default
Browse files Browse the repository at this point in the history
  • Loading branch information
Cervator committed Feb 23, 2020
1 parent 2ecb0d2 commit 0e279fc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions config/gradle/common.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ repositories {
}

dependencies {
checkstyle('com.puppycrawl.tools:checkstyle:6.14.1')
pmd('net.sourceforge.pmd:pmd-core:6.15.0')
pmd('net.sourceforge.pmd:pmd-java:6.15.0')
// the FindBugs version is set in the configuration
Expand Down Expand Up @@ -139,4 +138,4 @@ spotbugs {
// TODO: Temporary until javadoc has been fixed for Java 8 everywhere
javadoc {
failOnError = false
}
}

0 comments on commit 0e279fc

Please sign in to comment.