Gradle wrapper NoClassDefFoundError
Probably something went bad. The solution:
- Install gradle:
brew install gradle
- Regenerate wrapper:
gradle wrapper
See https://github.com/drone/drone/issues/256
My .gitignore
had *.jar
in it, so I wasn't getting all the jars I needed in my repository.