You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before this patch build was using outdated javadoc plugin which failed
build on OracleJDK 8 due to javadoc generation error on
`extras/retrofit2` module. Builds on OpenJDK 8 finished successfully.
Changes:
* maven-javadoc-plugin version bump to `3.0.1`
* added javadoc generation to travis build recipe
0 commit comments