Skip to content

Commit

Permalink
Added more exports
Browse files Browse the repository at this point in the history
  • Loading branch information
AdalbertMemSQL committed Oct 26, 2023
1 parent b5dfc7b commit 8ed58d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -39,7 +39,7 @@ jobs:
JAVA_HOME: /usr/lib/jvm/java-11-openjdk-amd64/
CONTINUOUS_INTEGRATION: true
SBT_OPTS: "-Xmx256M"
JAVA_OPTS: "--add-exports java.base/sun.nio.ch=ALL-UNNAMED"
JAVA_OPTS: "--add-exports java.base/sun.nio.ch=ALL-UNNAMED,java.base/java.lang=ALL-UNNAMED,java.base/java.lang.invoke=ALL-UNNAMED,java.base/java.lang.reflect=ALL-UNNAMED,java.base/java.io=ALL-UNNAMED,java.base/java.net=ALL-UNNAMED,java.base/java.nio=ALL-UNNAMED,java.base/java.util=ALL-UNNAMED,java.base/java.util.concurrent=ALL-UNNAMED,java.base/java.util.concurrent.atomic=ALL-UNNAMED,java.base/sun.nio.cs=ALL-UNNAMED,java.base/sun.security.action=ALL-UNNAMED,java.base/sun.util.calendar=ALL-UNNAMED,java.security.jgss/sun.security.krb5=ALL-UNNAMED"
steps:
- setup_environment
- checkout
Expand Down

0 comments on commit 8ed58d9

Please sign in to comment.