-
Notifications
You must be signed in to change notification settings - Fork 101
Open
Description
I've just cloned the lazybones repo and was getting familiar with the code. After cloning, I ran the code check on my local machine and it is failing. See below:
$ ./gradlew check
WARN Template directory 'Oops-stuff does not satisfy the convention of being lowercase hyphenated, so it will be ignored by packageAllTemplates et al by default. You can manually attach the packageTemplate-Oops-stuff task to packageAllTemplates via an explicit dependsOn in your build file.
:lazybones-app:codenarcIntegTest SKIPPED
:lazybones-app:codenarcMain FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':lazybones-app:codenarcMain'.
> java.lang.NoClassDefFoundError: groovy/text/SimpleTemplateEngine
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
BUILD FAILED
Total time: 4.385 secs
Any help will be appriciated.
(See stacktrace in comments.)
Metadata
Metadata
Assignees
Labels
No labels