Try Java 11 but without specifying javadoc tool explicitly.

This commit is contained in:
tastybento 2020-01-13 10:59:47 -08:00
parent 0ac9dda75e
commit f6850e1688
2 changed files with 2 additions and 6 deletions

View File

@ -5,7 +5,7 @@ addons:
organization: "bentobox-world"
jdk:
- openjdk8
- openjdk11
script:
#- sonar-scanner

View File

@ -321,10 +321,7 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<configuration>
<!-- To build with Java 9+ use <release>8</release> here
instead of source and target tags -->
<source>${java.version}</source>
<target>${java.version}</target>
<release>8</release>
</configuration>
</plugin>
<plugin>
@ -347,7 +344,6 @@
<additionalJOption>-Xdoclint:none</additionalJOption>
<!-- To compile with Java 11, this tag may be required -->
<!-- <javadocExecutable>${java.home}/bin/javadoc</javadocExecutable> -->
<source>8</source>
</configuration>
<executions>
<execution>