Set aggregate javadoc source to java 8

This commit is contained in:
Shane Freeder 2020-04-21 14:18:22 +01:00
parent 3e8cd22082
commit 6d51b11c9c
No known key found for this signature in database
GPG Key ID: A3F61EA5A085289C

View File

@ -1,4 +1,4 @@
From b45eceec4f6e296ef3b23739c218ebda510eec0a Mon Sep 17 00:00:00 2001 From 647f3f5933722d4c7230d8586ab48e385d8d8806 Mon Sep 17 00:00:00 2001
From: Tux <write@imaginarycode.com> From: Tux <write@imaginarycode.com>
Date: Thu, 19 May 2016 19:33:31 +0200 Date: Thu, 19 May 2016 19:33:31 +0200
Subject: [PATCH] POM Changes Subject: [PATCH] POM Changes
@ -491,7 +491,7 @@ index f11cad04..f8b549dc 100644
<dependencies> <dependencies>
<dependency> <dependency>
diff --git a/pom.xml b/pom.xml diff --git a/pom.xml b/pom.xml
index 63f7d6d3..d6abf275 100644 index 63f7d6d3..acc79895 100644
--- a/pom.xml --- a/pom.xml
+++ b/pom.xml +++ b/pom.xml
@@ -3,18 +3,25 @@ @@ -3,18 +3,25 @@
@ -610,7 +610,7 @@ index 63f7d6d3..d6abf275 100644
<plugin> <plugin>
<groupId>org.codehaus.mojo</groupId> <groupId>org.codehaus.mojo</groupId>
<artifactId>animal-sniffer-maven-plugin</artifactId> <artifactId>animal-sniffer-maven-plugin</artifactId>
@@ -236,5 +270,87 @@ @@ -236,5 +270,88 @@
</plugins> </plugins>
</build> </build>
</profile> </profile>
@ -669,6 +669,7 @@ index 63f7d6d3..d6abf275 100644
+ api/target/generated-sources/delombok; + api/target/generated-sources/delombok;
+ chat/target/generated-sources/delombok + chat/target/generated-sources/delombok
+ </sourcepath> + </sourcepath>
+ <source>8</source>
+ </configuration> + </configuration>
+ </execution> + </execution>
+ </executions> + </executions>