Skip to content

Commit

Permalink
add opens and jre versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jclausen committed Feb 24, 2025
1 parent 7cf135c commit 5f67c52
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
3 changes: 2 additions & 1 deletion [email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
}
},
"jvm":{
"heapSize":"1024"
"heapSize":"1024",
"args" : "--add-opens java.base/sun.nio.fs=ALL-UNNAMED"
},
"openBrowser":"false",
"cfconfig": {
Expand Down
3 changes: 3 additions & 0 deletions [email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
"/root":"./test-harness"
}
},
"JVM":{
"javaVersion":"openjdk11_jre"
},
"openBrowser":"false",
"cfconfig":{
"file":".cfconfig.json"
Expand Down
3 changes: 3 additions & 0 deletions [email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
"/root":"./test-harness"
}
},
"jvm" : {
"args" : "--add-opens java.base/sun.nio.fs=ALL-UNNAMED"
},
"openBrowser":"false",
"cfconfig":{
"file":".cfconfig.json"
Expand Down

0 comments on commit 5f67c52

Please sign in to comment.