[GRADLE-2106] Cannot specify targetjdk to the PMD plugin Created: 15/Feb/12 Updated: 25/Jan/13 Resolved: 25/Jan/13 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | 1.0-milestone-8 |
Fix Version/s: | 1.5-rc-1 |
Type: | Bug | ||
Reporter: | Paul Jimenez | Assignee: | Unassigned |
Resolution: | Fixed | Votes: | 0 |
Attachments: | 0001-GRADLE-2106-Added-target-jdk-to-PMD.patch |
Description |
There's no way to specify the version of the JDK that PMD should target. |
Comments |
Comment by Kenny Stridh [ 13/Dec/12 ] |
A patch that adds targetJdk to Pmd, PmdPlugin, PmdExtension and documentation. Hope that it can be useful. |
Comment by Adam Murdoch [ 26/Dec/12 ] |
@Kenny, thanks for the patch. Could you provide it as a pull request instead? This allows us to better track and review it. |
Comment by Kenny Stridh [ 27/Dec/12 ] |
@Adam, Absolutely, just sent a pull request. Bare with me though since its the first pull request I've made and the gradle code base is fairly new to me as well. |