Skip to content

Commit 3cfad1d

Browse files
author
Eugen Freiter
committed
fix for javadoc bug
1 parent ad9ab2c commit 3cfad1d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,9 +195,10 @@
195195
<plugin>
196196
<groupId>org.apache.maven.plugins</groupId>
197197
<artifactId>maven-javadoc-plugin</artifactId>
198-
<version>3.0.1</version>
198+
<version>3.2.0</version>
199199
<configuration>
200200
<excludePackageNames>io.github.hapjava.server.impl</excludePackageNames>
201+
<source>8</source>
201202
</configuration>
202203
<executions>
203204
<execution>

0 commit comments

Comments
 (0)