File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -7,8 +7,6 @@ docker.java.main.image=library/eclipse-temurin:${java.main.tag}
77docker.java.next.image =library/eclipse-temurin:${java.next.tag}
88
99# Supported versions of MongoDB
10- docker.mongodb.4.4.version =4.4.25
11- docker.mongodb.5.0.version =5.0.21
1210docker.mongodb.6.0.version =6.0.10
1311docker.mongodb.7.0.version =7.0.2
1412docker.mongodb.8.0.version =8.0.0
You can’t perform that action at this time.
0 commit comments