-
Notifications
You must be signed in to change notification settings - Fork 9
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
Update GSON and JClouds #925
Conversation
Need to force |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like the "joda-time" force line got duplicated. Maybe harmless, but probably good to get rid of it.
build.gradle
Outdated
@@ -331,6 +335,7 @@ allprojects { | |||
|
|||
// Force consistency for dependencies from cloud | |||
force "joda-time:joda-time:${jodaTimeVersion}" | |||
force "joda-time:joda-time:${jodaTimeVersion}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oops
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed. I was hacking at it in the hopes of eliminating the force, but it's still needed (only one though!)
Version 3.0.0 of |
Rationale
We can move GSON forward now that we're using the newest JClouds release
Changes