Im trying to use codenarc with the latest gradle milestone, im also using a groovy based rule set:
codeNarcConfigFileName = 'config/codenarc/rules.groovy' Running: ./gradlew jmx-plugin:codenarcMain Results with: Caused by: java.lang.ClassNotFoundException: org.codenarc.rule.basic.AddEmptyStringRule Should I add the codenarc jar as a buildscript dependency or is this a bug? Thanks Ronen
