Skip to content

Commit

Permalink
Additional access to util required for base
Browse files Browse the repository at this point in the history
  • Loading branch information
codepitbull committed Feb 10, 2025
1 parent d16b1de commit 9c6275c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hivemq-edge/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,8 @@ tasks.test {
"--add-opens",
"java.base/sun.nio.ch=ALL-UNNAMED",
"--add-opens",
"java.base/java.util=ALL-UNNAMED",
"--add-opens",
"jdk.management/com.sun.management.internal=ALL-UNNAMED",
"--add-exports",
"java.base/jdk.internal.misc=ALL-UNNAMED"
Expand Down

0 comments on commit 9c6275c

Please # to comment.