Skip to content

Commit

Permalink
add-opens for java.nio in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
RustedBones committed Dec 20, 2024
1 parent a1fce4a commit ae38256
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion project/JavaOptions.scala
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ object JavaOptions {
property("file.encoding", "UTF-8"),
addOpens("java.base", "java.util", "ALL-UNNAMED"),
addOpens("java.base", "java.lang.invoke", "ALL-UNNAMED"),
addOpens("java.base", "java.lang", "ALL-UNNAMED")
addOpens("java.base", "java.lang", "ALL-UNNAMED"),
addOpens("java.base", "java.nio", "ALL-UNNAMED")
)
)

Expand Down

0 comments on commit ae38256

Please sign in to comment.