Fix mock tests
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -26,7 +26,7 @@ bin/
|
|||||||
### VS Code ###
|
### VS Code ###
|
||||||
.vscode/
|
.vscode/
|
||||||
|
|
||||||
### Mac OS ###
|
### MacOS ###
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
|
||||||
NUL
|
NUL
|
||||||
|
|||||||
5
.mvn/jvm.config
Normal file
5
.mvn/jvm.config
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
--add-opens=java.base/java.lang=ALL-UNNAMED
|
||||||
|
--add-opens=java.base/jdk.internal.misc=ALL-UNNAMED
|
||||||
|
--add-exports=java.base/sun.nio.ch=ALL-UNNAMED
|
||||||
|
-Djdk.module.illegalAccess=deny
|
||||||
|
-XX:+IgnoreUnrecognizedVMOptions
|
||||||
Reference in New Issue
Block a user