Skip to content

Commit cfaa482

Browse files
committed
Fix Javadoc generation with Java 11
1 parent dcc7fc3 commit cfaa482

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,14 @@
148148
<skip>false</skip>
149149
</configuration>
150150
</plugin>
151+
<plugin>
152+
<groupId>org.apache.maven.plugins</groupId>
153+
<artifactId>maven-javadoc-plugin</artifactId>
154+
<version>3.2.0</version>
155+
<configuration>
156+
<source>8</source>
157+
</configuration>
158+
</plugin>
151159
</plugins>
152160
</build>
153161

0 commit comments

Comments
 (0)