From 83b825a0da3b0129dfe160a04dbb31127cebc624 Mon Sep 17 00:00:00 2001 From: Martin Lippert Date: Mon, 21 Dec 2020 11:52:51 +0100 Subject: [PATCH] configure javadoc maven plugin to look at source from a java8 perspective, in case the build runs on JDK >= 11 --- .../pom.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/headless-services/commons/commons-maven/src/test/resources/gs-rest-service-cors-boot-1.4.1-with-classpath-file/pom.xml b/headless-services/commons/commons-maven/src/test/resources/gs-rest-service-cors-boot-1.4.1-with-classpath-file/pom.xml index 0f03ae0e7..86cdbfd52 100644 --- a/headless-services/commons/commons-maven/src/test/resources/gs-rest-service-cors-boot-1.4.1-with-classpath-file/pom.xml +++ b/headless-services/commons/commons-maven/src/test/resources/gs-rest-service-cors-boot-1.4.1-with-classpath-file/pom.xml @@ -67,6 +67,9 @@ org.apache.maven.plugins maven-javadoc-plugin 2.10.4 + + 8 +