Configure build to be compatible with Java 11
See gh-14028
This commit is contained in:
@@ -66,7 +66,7 @@
|
||||
</build>
|
||||
<profiles>
|
||||
<profile>
|
||||
<id>java9</id>
|
||||
<id>java9+</id>
|
||||
<activation>
|
||||
<jdk>[9,)</jdk>
|
||||
</activation>
|
||||
|
||||
Reference in New Issue
Block a user