Skip to content

Commit

Permalink
give javadoc SE 8 look
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Jungmann <lukas.jungmann@oracle.com>
  • Loading branch information
lukasj committed Jan 27, 2020
1 parent da026fa commit cc2f371
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,14 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<release>11</release>
<source>1.8</source>
<release>8</release>
<additionalOptions>
<additionalOption>--frames</additionalOption>
</additionalOptions>
<sourceFileExcludes>
<sourceFileExclude>module-info.java</sourceFileExclude>
</sourceFileExcludes>
<notimestamp>true</notimestamp>
<docfilessubdirs>true</docfilessubdirs>
<groups>
Expand Down

0 comments on commit cc2f371

Please sign in to comment.