Skip to content

Commit e43af0a

Browse files
author
TheSnoozer
committed
emh we actually should add the maven-javadoc-plugin to potentially work around https://bugs.openjdk.java.net/browse/JDK-8212233 and https://bugs.openjdk.java.net/browse/JDK-8217177 that makes the javadoc generation fail
1 parent 985998a commit e43af0a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,13 @@
144144
<compilerArgument>-Xlint:deprecation</compilerArgument>
145145
</configuration>
146146
</plugin>
147+
<plugin>
148+
<groupId>org.apache.maven.plugins</groupId>
149+
<artifactId>maven-javadoc-plugin</artifactId>
150+
<configuration>
151+
<source>8</source>
152+
</configuration>
153+
</plugin>
147154
</plugins>
148155
</build>
149156

0 commit comments

Comments
 (0)