Commit c6992313 authored by Lukas Jungmann's avatar Lukas Jungmann
Browse files

switch to modularized javadoc format

Signed-off-by: default avatarLukas Jungmann <lukas.jungmann@oracle.com>
parent b95949b6
......@@ -13,8 +13,7 @@ dist: bionic
jdk:
- oraclejdk11
# jdk 14 does not provide JDK 8 compatible javadoc, disabled for now
# - oraclejdk14
- oraclejdk14
cache:
directories:
......
......@@ -78,14 +78,7 @@
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<source>1.8</source>
<release>8</release>
<additionalOptions>
<additionalOption>--frames</additionalOption>
</additionalOptions>
<sourceFileExcludes>
<sourceFileExclude>module-info.java</sourceFileExclude>
</sourceFileExcludes>
<release>11</release>
<nodeprecated>false</nodeprecated>
<notimestamp>true</notimestamp>
<use>false</use>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment