Skip to content

Commit

Permalink
upgrade to new gradle-cpd-plugin version 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
aaschmid committed Apr 18, 2019
1 parent 23aa7fb commit c0573f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {

id "com.github.spotbugs" version "1.6.5" apply false
id "de.aaschmid.cpd" version "1.2"
id "de.aaschmid.cpd" version "1.3"

id "biz.aQute.bnd.builder" version "4.1.0" apply false

Expand Down Expand Up @@ -298,7 +298,7 @@ subprojects {
ignoreFailures = true
}

plugins.withType(JavaBasePlugin) {
plugins.withType(LifecycleBasePlugin) {
check.dependsOn(rootProject.cpdCheck)
}

Expand Down

0 comments on commit c0573f6

Please sign in to comment.