From 027f9182a804f6c368bf02a435c7bafa39b74430 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 14 Feb 2019 08:21:44 +0000 Subject: [PATCH] Generate Javadoc with same source level as used for compilation This works around a change in javadoc generation in JDK 11.0.2. See https://bugs.openjdk.java.net/browse/JDK-8212233 for details. --- spring-boot-project/spring-boot-parent/pom.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/spring-boot-project/spring-boot-parent/pom.xml b/spring-boot-project/spring-boot-parent/pom.xml index fb04d3d6a3..9783e178b9 100644 --- a/spring-boot-project/spring-boot-parent/pom.xml +++ b/spring-boot-project/spring-boot-parent/pom.xml @@ -677,6 +677,9 @@ org.apache.maven.plugins maven-javadoc-plugin + + ${java.version} + attach-javadocs