I am trying to use the gradle plugin for JDepend,FindBugs and PMD

https://github.com/ajoberstar/gradle-plugins

JDepend is all set


I am getting the following error for PMD

*FAILURE: Build failed with an exception.*
*
*
** Where:*
*Build file 'C:\my\sourcecode\platform\build.gradle' line: 3*
*
*
** What went wrong:*
*A problem occurred evaluating root project 'platform'.*
*Cause: Could not generate a proxy class for class
org.ajoberstar.gradle.pmd.PMD.*


Similar error for Findbugs

*FAILURE: Build failed with an exception.*
*
*
** Where:*
*Build file 'C:\my\sourcecode\platform\build.gradle' line: 3*
*
*
** What went wrong:*
*A problem occurred evaluating root project 'platform'.*
*Cause: Could not generate a proxy class for class
org.ajoberstar.gradle.findbugs*
*.Findbugs.*

Any suggestions ?


-- 
-Rajiv
www.rajivnarula.com

Reply via email to