We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce3a82b commit ea10530Copy full SHA for ea10530
functional/OpenJcePlusTests/build.xml
@@ -112,7 +112,7 @@
112
<equals arg1="${JDK_VENDOR}" arg2="ibm" />
113
<equals arg1="${JDK_IMPL}" arg2="openj9" />
114
<not>
115
- <matches string="${JDK_VERSION}" pattern="^(8|11)$$" />
+ <matches string="${JDK_VERSION}" pattern="^(8)$$" />
116
</not>
117
<or>
118
<contains string="${SPEC}" substring="aix_ppc-64"/>
functional/OpenJcePlusTests/playlist.xml
@@ -34,7 +34,7 @@
34
<group>functional</group>
35
</groups>
36
<versions>
37
- <version>17+</version>
+ <version>11+</version>
38
</versions>
39
<impls>
40
<impl>openj9</impl>
0 commit comments