Skip to content

Commit

Permalink
Add jvm argument to detect memory leaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Tara Drwenski committed Aug 19, 2024
1 parent 22d97b8 commit bf14c1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gradle/any/properties.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ ext {

ext {
jvmArguments = [
'--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED',
'--add-exports', 'java.base/jdk.internal.ref=ALL-UNNAMED',
'--add-exports', 'java.base/sun.nio.ch=ALL-UNNAMED',
'--add-exports', 'jdk.unsupported/sun.misc=ALL-UNNAMED',
Expand Down

0 comments on commit bf14c1a

Please sign in to comment.