Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Gradle 5.6 #40

Closed
wants to merge 2 commits into from
Closed

Conversation

drewhamilton
Copy link

Attempts to fix #36.

The missing classes were from Guava, so I un-excluded Guava from the dependency declarations—I'm not sure why it was excluded before so I don't know if this is acceptable.

Other than the missing Guava class errors, 4 other tests fail with Gradle 5.6+. I'm a bit over my head in debugging those errors at the moment but this is at least a start toward Gradle 5.6 support.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

"java.lang.NoClassDefFoundError: com/google/common/base/Splitter" on Gradle 5.6.1
1 participant