Skip to content

Commit 120559a

Browse files
Since Travis CI is still using OpenJDK 11.0.2, the JavaDoc plugin needs some additional configuration to work properly. (Will be fixed in JDK 11.0.3)
[ci skip]
1 parent 5508d52 commit 120559a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@
8686
<version>3.8.1</version>
8787
<configuration>
8888
<release>7</release>
89+
<source>1.7</source> <!-- redundant to <release> but needed until https://bugs.openjdk.java.net/browse/JDK-8219474 is fixed (see javadoc config) -->
90+
<target>1.7</target>
8991
<encoding>UTF-8</encoding>
9092
<showWarnings>true</showWarnings>
9193
</configuration>
@@ -250,6 +252,9 @@
250252
</goals>
251253
</execution>
252254
</executions>
255+
<configuration>
256+
<source>1.7</source> <!-- workaround for https://bugs.openjdk.java.net/browse/JDK-8219474 -->
257+
</configuration>
253258
</plugin>
254259
</plugins>
255260
</build>

0 commit comments

Comments
 (0)