fix(java): make test work for jdk8 (#2269)

This commit is contained in:
vinoyang
2025-03-26 01:57:49 +08:00
committed by GitHub
parent 7c13615096
commit 2ad71bdeca

View File

@@ -166,7 +166,6 @@
<artifactId>maven-surefire-plugin</artifactId>
<version>3.2.5</version>
<configuration>
<argLine>--add-opens=java.base/java.nio=ALL-UNNAMED</argLine>
<forkNode
implementation="org.apache.maven.plugin.surefire.extensions.SurefireForkNodeFactory" />
<useSystemClassLoader>false</useSystemClassLoader>