Friday 15 January 2010

PMD Gradle Plugin: Remove pmdTest upon gradle check -


I am using the PMD Gradle plugin in the build.gradle file. Is there a way to disable pmdTest work, so that it should not be run, do I execute gradle check ?

EDIT: In the question I say 'delete' I mean in fact 'disabled'.

  pmd {sourceSets = [sourceSets.main]}   

See it here.

No comments:

Post a Comment