Allow compile failures on jdk11

Compiling of jdk11 is FYI for now.
This commit is contained in:
tastybento 2019-07-27 10:50:15 -07:00
parent 10b8c51aee
commit c3e8f9e3be

View File

@ -12,6 +12,10 @@ jdk:
- openjdk8
- openjdk11
matrix:
allow_failures:
- jdk: openjdk11
script:
#- sonar-scanner
- mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent package -P sonar sonar:sonar -B