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

Change groupId to "de.aaschmid" #19

Closed aaschmid closed 8 years ago

aaschmid commented 8 years ago

As you normally use the Gradle Plugin notation and therefore de.aaschmid.cpd this will only affect users using the old way of including plugins ...

Sorry, for any inconvenience!

robin-anil commented 8 years ago

I am having issues

* What went wrong:
Plugin [id: 'de.aaschmid.cpd', version: '1.0'] was not found in any of the following sources:

- Gradle Core Plugins (plugin is not in 'org.gradle' namespace)
- Gradle Central Plugin Repository (plugin 'de.aaschmid.cpd' has no version '1.0' - see https://plugins.gradle.org/plugin/de.aaschmid.cpd for available versions)
aaschmid commented 8 years ago

Unfortunately, the plugin seems not to be approved yet. Don't know how long this will take. Please be patient and use version 0.5 till it appears on https://plugins.gradle.org/search?term=cpd.

robin-anil commented 8 years ago

yeah, can't use 0.5 as we are on gradle 2.14. Disabled cpd in our continuous builds until this is available.

aaschmid commented 8 years ago

I will try to clarify as soon as possible ...

aaschmid commented 8 years ago

@r-tock now it should work :-) have fun using it