Skip to content

Commit

Permalink
And one more --add-opens.
Browse files Browse the repository at this point in the history
  • Loading branch information
cmnbroad committed Feb 28, 2023
1 parent 4b90179 commit 664a6ec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,8 @@ final runtimeAddOpens = [
'java.base/jdk.internal.module=ALL-UNNAMED',
'java.base/java.lang.module=ALL-UNNAMED',
'java.security.jgss/sun.security.krb5=ALL-UNNAMED',
'java.base/jdk.internal.util.jar=ALL-UNNAMED'
'java.base/jdk.internal.util.jar=ALL-UNNAMED',
'java.base/jdk.internal.misc=ALL-UNNAMED'
]

final testAddOpens = [
Expand Down
3 changes: 2 additions & 1 deletion scripts/docker/dockertest.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@ final runtimeAddOpens = [
'java.base/jdk.internal.module=ALL-UNNAMED',
'java.base/java.lang.module=ALL-UNNAMED',
'java.security.jgss/sun.security.krb5=ALL-UNNAMED',
'java.base/jdk.internal.util.jar=ALL-UNNAMED'
'java.base/jdk.internal.util.jar=ALL-UNNAMED',
'java.base/jdk.internal.misc=ALL-UNNAMED'
]

final testAddOpens = [
Expand Down

0 comments on commit 664a6ec

Please sign in to comment.