Azure / azure-cosmosdb-java

Java Async SDK for SQL API of Azure Cosmos DB
MIT License
54 stars 61 forks source link

Upgrade to newer release of the maven-javadoc-plugin #61

Closed JonathanGiles closed 6 years ago

JonathanGiles commented 6 years ago

Building the SDK under JDK 11 fails due to the outdated version of maven-javadoc-plugin specified in the Maven pom file. Version 2.9.1 was released in June 2013, and is not supported under JDK 11. I have changed this to instead use 3.0.1, which was released in May 2018. SDK compilation now succeeds under JDK 11 (as well as earlier JDK releases).

moderakh commented 6 years ago

thanks @JonathanGiles