File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
utbot-framework-api/src/main/kotlin/org/utbot/framework/process Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -67,6 +67,8 @@ allprojects {
6767 " --add-opens" , " java.base/java.util.concurrent=ALL-UNNAMED" ,
6868 " --add-opens" , " java.base/java.util.concurrent.locks=ALL-UNNAMED" ,
6969 " --add-opens" , " java.base/java.text=ALL-UNNAMED" ,
70+ " --add-opens" , " java.base/java.io=ALL-UNNAMED" ,
71+ " --add-opens" , " java.base/java.nio=ALL-UNNAMED" ,
7072 " --add-opens" , " java.base/sun.security.util=ALL-UNNAMED" ,
7173 " --add-opens" , " java.base/sun.reflect.generics.repository=ALL-UNNAMED" ,
7274 " --add-opens" , " java.base/java.security=ALL-UNNAMED" ,
Original file line number Diff line number Diff line change @@ -15,6 +15,8 @@ object OpenModulesContainer {
1515 openPackage(" java.base" , " java.lang.invoke" )
1616 openPackage(" java.base" , " jdk.internal.misc" )
1717 openPackage(" java.base" , " sun.reflect.generics.repository" )
18+ openPackage(" java.base" , " java.io" )
19+ openPackage(" java.base" , " java.nio" )
1820 openPackage(" java.base" , " java.lang" )
1921 openPackage(" java.base" , " java.security" )
2022 openPackage(" java.base" , " java.util" )
You can’t perform that action at this time.
0 commit comments