googleapis / java-shared-config

Shared Maven build configuration for Google Cloud Java client libraries.
Apache License 2.0
19 stars 15 forks source link

fix: update docFX config #744

Closed alicejli closed 8 months ago

alicejli commented 8 months ago

This should fix https://github.com/googleapis/java-shared-config/issues/680

The issue is that starting with maven-javadoc-plugin v3.6.0, passing in null parameters into caused javadoc generation to fail. This PR removes that parameter and also updates the javadoc source to use Java 17 source as that is what we're publishing javadocs with now.