aaschmid / gradle-cpd-plugin

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

Documentation clarification #49

Closed dtbwije closed 3 years ago

dtbwije commented 4 years ago

What is the LifecycleBasePlugin that is mentioned in the readme. Could not find it any where.

aaschmid commented 4 years ago

It is the base plugin for almost every other plugin which the defines the basic lifecycle methods such as clean, check, build... See https://docs.gradle.org/current/javadoc/org/gradle/language/base/plugins/LifecycleBasePlugin.html

aaschmid commented 3 years ago

Now clear @dtbwije? Can we close this?

aaschmid commented 3 years ago

Closing because of no response. Don't hesitate to reopen if required.