Verified Commit c34f52c0 authored by Lukas Wiest's avatar Lukas Wiest 🚂
Browse files

refactor: set javadoc-plugin to source version 1.8

parent c2ca81e8
Pipeline #1660 failed with stages
in 2 minutes and 45 seconds
......@@ -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>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment