From 7214ef41b8152beb0d9c9b845583265e114e574e Mon Sep 17 00:00:00 2001 From: Oliver Drotbohm Date: Thu, 14 Apr 2022 14:58:03 +0200 Subject: [PATCH] #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. --- pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 1e7e1a50..bd85c498 100644 --- a/pom.xml +++ b/pom.xml @@ -1043,10 +1043,11 @@ org.apache.maven.plugins maven-javadoc-plugin - 3.3.1 + 3.3.2 true
${project.name}
+ 1.8 ${source.level} true none