From c34f52c0ed8757639cfd77010ea7d3782c0035e4 Mon Sep 17 00:00:00 2001
From: 9Lukas5 <lukas.wiest@infinite-tech.solutions>
Date: Thu, 10 Dec 2020 11:31:48 +0100
Subject: [PATCH] refactor: set javadoc-plugin to source version 1.8

---
 pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/pom.xml b/pom.xml
index 801d84f..dbe3c70 100644
--- a/pom.xml
+++ b/pom.xml
@@ -91,6 +91,10 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-javadoc-plugin</artifactId>
+                <configuration>
+                    <source>1.8</source>
+                    <target>1.8</target>
+                </configuration>
                 <executions>
                     <execution>
                         <id>attach-javadocs</id>
-- 
GitLab