Configure build to be compatible with Java 11

See gh-14028
This commit is contained in:
Stephane Nicoll
2018-08-09 14:35:03 +02:00
parent 930c838da9
commit d1ac774af2
16 changed files with 91 additions and 41 deletions

View File

@@ -66,7 +66,7 @@
</build>
<profiles>
<profile>
<id>java9</id>
<id>java9+</id>
<activation>
<jdk>[9,)</jdk>
</activation>