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