aaschmid / gradle-cpd-plugin

Gradle plugin to find duplicate code using PMDs copy/paste detection (= CPD).
Apache License 2.0
96 stars 12 forks source link

cpd task is not executed if only subprojects apply 'java' plugin #3

Closed aaschmid closed 9 years ago

aaschmid commented 10 years ago

Because at least JavaBasePlugin is required to have a check task to which it could add as dependency ...

aaschmid commented 9 years ago

TODO: document behavior for multi-module build if no JavaBasePlugin is applied

aaschmid commented 9 years ago

added warning with tips to resolve problem because manipulating taskGraph is not possible (or at least I couldn't find out how)