Gradle Cpd Plugin Versions Save

Gradle plugin to find duplicate code using PMDs copy/paste detection (= CPD).

v0.5

8 years ago
  • Added CPD attributes skipLexicalErrors and skipDuplicateFiles (#12)

Maven Central: 0.5 Gradle Plugins: 0.5

v0.4

8 years ago
  • Added missing CPD languages and attributes (#11)
  • Added ability to use this plugin new plugin DSL via Gradle plugin portal (#10)

Maven Central: 0.4 Gradle Plugins: 0.4

v0.3

9 years ago
  • fixed NPE if a task before 'check' is executed (#8)

Maven Central: 0.3 Gradle Plugins: 0.3

v0.2

9 years ago
  • Directly call CPD instead of using Gradle's AntBuilder (#1)
  • Use sourceSets of the project which is plugin applied to by default (#4)
  • Added docu for multi-module build and CPD for the whole project (#6)
  • Added warning if cpd task is not executed because only subprojects apply 'java' plugin (#3)

Maven Central: 0.2

v0.1

9 years ago
  • initial release

Maven Central: 0.1 Gradle Plugins: 0.1