mirror of
https://github.com/apache/commons-lang.git
synced 2025-03-09 01:30:44 +00:00
Use java9 profile on JDK 9 and later
This commit is contained in:
parent
415eb9ebb7
commit
0820c4c895
4
pom.xml
4
pom.xml
@ -827,9 +827,9 @@
|
|||||||
</profile>
|
</profile>
|
||||||
|
|
||||||
<profile>
|
<profile>
|
||||||
<id>java9</id>
|
<id>java9+</id>
|
||||||
<activation>
|
<activation>
|
||||||
<jdk>9</jdk>
|
<jdk>[9,)</jdk>
|
||||||
</activation>
|
</activation>
|
||||||
<properties>
|
<properties>
|
||||||
<!-- LANG-1265: allow tests to access private fields/methods of java.base classes via reflection -->
|
<!-- LANG-1265: allow tests to access private fields/methods of java.base classes via reflection -->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user