This morning I cloned Gradle from github and, following the instructions in the README, ran:
./gradlew idea -i
Right now it says:
… :buildSrc:codenarcMain Executing task ‘:codenarcMain’ due to:
No history is available. Loaded properties file in 197ms; 305 rules Loading ruleset from [file:/home/jrs/Documents/Code/gradle/config/codenarc.xml] Loading ruleset from [rulesets/braces.xml] Loading ruleset from [rulesets/imports.xml] Loading ruleset from [rulesets/naming.xml] RuleSet configuration properties file [codenarc.properties] not found. Analysis time=6818ms > Loading > :buildSrc:codenarcMain
It has been on this task for almost 12 hours. I don’t have the fastest machine in the world, but I get the feeling it shouldn’t take this long. Did I overlook an important configuration step or something? How do I solve this problem?