Skip to content

Commit 253f7b4

Browse files
authored
Merge pull request #245 from KristianKarl/master
Suggested fix for maven javadoc plugin and jdk+
2 parents e85b713 + 32b7fc9 commit 253f7b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@
343343
<groupId>org.apache.maven.plugins</groupId>
344344
<artifactId>maven-javadoc-plugin</artifactId>
345345
<configuration>
346-
<doclint>none</doclint>
346+
<source>${java.version}</source>
347347
</configuration>
348348
<executions>
349349
<execution>

0 commit comments

Comments
 (0)