[GRADLE-1544] Quality Plugin: Be able to declare codenarc version Created: 14/May/11 Updated: 01/May/13 Resolved: 01/May/13 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | None |
Fix Version/s: | 1.0-milestone-8 |
Type: | Improvement | ||
Reporter: | Hamlet D'Arcy | Assignee: | Unassigned |
Resolution: | Fixed | Votes: | 0 |
Description |
Currently the Quality Plugin works off of a version of CodeNarc bundled with Gradle. This needs to change because of Groovy 1.8. In the future, CodeNarc must publish two different artifacts: codenarc (for use with Groovy 1.7) and codenarc_18 (for use with Groovy 1.8). The user needs to be able to specify which codenarc they want to use. Otherwise there will be no easy way to change it. With this change it will also be possible to use snapshot versions of codenarc, which is desirable as well. |