We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2e4598 commit fb7dbd6Copy full SHA for fb7dbd6
1 file changed
tools/ci/common.sh
@@ -52,7 +52,7 @@ cp_reflink() {
52
53
get_jvm_workaround_args() {
54
case "$RENAISSANCE_JVM_MAJOR_VERSION" in
55
- 1[6-9]|2[0-6]|26-ea)
+ 1[6-9]|2[0-7]|*-ea)
56
echo "--add-opens=java.base/java.lang=ALL-UNNAMED"
57
echo "--add-opens=java.base/java.lang.invoke=ALL-UNNAMED"
58
echo "--add-opens=java.base/java.lang.reflect=ALL-UNNAMED"
0 commit comments