Skip to content

Commit

Permalink
set the source for the javadoc because it still doesnt work with 11
Browse files Browse the repository at this point in the history
  • Loading branch information
ryber committed Feb 16, 2020
1 parent 02be1b1 commit 42d39a5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,9 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.1.1</version>
<configuration>
<source>8</source>
</configuration>
<executions>
<execution>
<id>attach-javadocs</id>
Expand Down

0 comments on commit 42d39a5

Please sign in to comment.