Skip to content

Commit

Permalink
Set source level for maven-javadoc-plugin.
Browse files Browse the repository at this point in the history
  • Loading branch information
jglick committed May 1, 2019
1 parent 366790d commit 831108c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pom.xml
Expand Up @@ -223,6 +223,9 @@
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<version>${maven-javadoc-plugin.version}</version>
<configuration>
<source>${java.level}</source>
</configuration>
</plugin>
<plugin>
<artifactId>maven-jxr-plugin</artifactId>
Expand Down

0 comments on commit 831108c

Please sign in to comment.