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
1 changed files with 4 additions and 3 deletions

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