Updated to compile in Travis under JDK11 for sonar cloud

This commit is contained in:
tastybento 2020-10-10 14:12:20 -07:00
parent 15ffdfd426
commit 388d386ef8
2 changed files with 4 additions and 2 deletions

View File

@ -5,7 +5,7 @@ addons:
organization: "bentobox-world"
jdk:
- openjdk8
- openjdk11
script:
# JaCoCo is used to have code coverage, the agent has to be activated

View File

@ -278,11 +278,13 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.0.1</version>
<version>3.2.0</version>
<configuration>
<source>8</source>
<show>public</show>
<failOnError>false</failOnError>
<additionalJOption>-Xdoclint:none</additionalJOption>
<javadocExecutable>${java.home}/bin/javadoc</javadocExecutable>
</configuration>
<executions>
<execution>