Use java9 profile on JDK 9 and later

This commit is contained in:
pascalschumacher 2018-03-02 17:28:19 +01:00
parent 415eb9ebb7
commit 0820c4c895
1 changed files with 2 additions and 2 deletions

View File

@ -827,9 +827,9 @@
</profile>
<profile>
<id>java9</id>
<id>java9+</id>
<activation>
<jdk>9</jdk>
<jdk>[9,)</jdk>
</activation>
<properties>
<!-- LANG-1265: allow tests to access private fields/methods of java.base classes via reflection -->