Skip to content

Commit 02dbe5d

Browse files
committed
Update CI Properties.
See #2471
1 parent 37a195c commit 02dbe5d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.mvn/jvm.config

+4
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,7 @@
88
--add-exports jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED
99
--add-opens jdk.compiler/com.sun.tools.javac.code=ALL-UNNAMED
1010
--add-opens jdk.compiler/com.sun.tools.javac.comp=ALL-UNNAMED
11+
--add-opens=java.base/java.util=ALL-UNNAMED
12+
--add-opens=java.base/java.lang.reflect=ALL-UNNAMED
13+
--add-opens=java.base/java.text=ALL-UNNAMED
14+
--add-opens=java.desktop/java.awt.font=ALL-UNNAMED

ci/pipeline.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Java versions
2-
java.main.tag=17.0.13_11-jdk-focal
2+
java.main.tag=17.0.15_6-jdk-focal
33
java.next.tag=22.0.2_9-jdk-jammy
44

55
# Docker container images - standard

0 commit comments

Comments
 (0)