#1750 - Tweak Javadoc creation on JDK 17.

Falling back to JDK 8 mode as the 17 one barks on the spring-docs-resources ZIP being on the path.
This commit is contained in:
Oliver Drotbohm
2022-04-14 14:58:03 +02:00
parent 233f50780b
commit 7214ef41b8

View File

@@ -1043,10 +1043,11 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.3.1</version>
<version>3.3.2</version>
<configuration>
<breakiterator>true</breakiterator>
<header>${project.name}</header>
<javadocVersion>1.8</javadocVersion>
<source>${source.level}</source>
<quiet>true</quiet>
<doclint>none</doclint>