I’m using Gradle 2.2.1 and CodeNarc 0.22. I have a class that I need to suppress a check on. According to the CodeNarc documentation I need to put the suppression in a codenarc.properties file in CodeNarc’s classpath. When I run the build I see this message:
RuleSet configuration properties file [codenarc.properties] not found.
I’ve looked through Gradle documentation and source but haven’t figured out how to configure the build to find my codenarc.properties file. Can anybody lend a hand?
Thanks, Ron