mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2024-11-23 11:15:24 +01:00
Try Java 11 but without specifying javadoc tool explicitly.
This commit is contained in:
parent
0ac9dda75e
commit
f6850e1688
@ -5,7 +5,7 @@ addons:
|
|||||||
organization: "bentobox-world"
|
organization: "bentobox-world"
|
||||||
|
|
||||||
jdk:
|
jdk:
|
||||||
- openjdk8
|
- openjdk11
|
||||||
|
|
||||||
script:
|
script:
|
||||||
#- sonar-scanner
|
#- sonar-scanner
|
||||||
|
6
pom.xml
6
pom.xml
@ -321,10 +321,7 @@
|
|||||||
<artifactId>maven-compiler-plugin</artifactId>
|
<artifactId>maven-compiler-plugin</artifactId>
|
||||||
<version>3.8.1</version>
|
<version>3.8.1</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<!-- To build with Java 9+ use <release>8</release> here
|
<release>8</release>
|
||||||
instead of source and target tags -->
|
|
||||||
<source>${java.version}</source>
|
|
||||||
<target>${java.version}</target>
|
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
@ -347,7 +344,6 @@
|
|||||||
<additionalJOption>-Xdoclint:none</additionalJOption>
|
<additionalJOption>-Xdoclint:none</additionalJOption>
|
||||||
<!-- To compile with Java 11, this tag may be required -->
|
<!-- To compile with Java 11, this tag may be required -->
|
||||||
<!-- <javadocExecutable>${java.home}/bin/javadoc</javadocExecutable> -->
|
<!-- <javadocExecutable>${java.home}/bin/javadoc</javadocExecutable> -->
|
||||||
<source>8</source>
|
|
||||||
</configuration>
|
</configuration>
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
|
Loading…
Reference in New Issue
Block a user