Use JDK11 only.

This commit is contained in:
tastybento 2020-11-14 12:10:43 -08:00
parent 81e4dbefc5
commit dee2367ad6
1 changed files with 0 additions and 5 deletions

View File

@ -5,13 +5,8 @@ addons:
organization: "bentobox-world"
jdk:
- openjdk8
- openjdk11
matrix:
allow_failures:
- jdk: openjdk11
script:
# the following command line builds the project, runs the tests with coverage and then execute the SonarCloud analysis
- mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent install sonar:sonar -Dsonar.projectKey=BentoBoxWorld_Limits