File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 207
207
<artifactId >scalatest-maven-plugin</artifactId >
208
208
<version >2.0.0</version >
209
209
<configuration >
210
+ <environmentVariables >
211
+ <JAVA_TOOL_OPTIONS >
212
+ --add-opens=java.base/java.lang=ALL-UNNAMED
213
+ --add-opens=java.base/java.lang.invoke=ALL-UNNAMED
214
+ --add-opens=java.base/java.lang.reflect=ALL-UNNAMED
215
+ --add-opens=java.base/java.io=ALL-UNNAMED
216
+ --add-opens=java.base/java.net=ALL-UNNAMED
217
+ --add-opens=java.base/java.nio=ALL-UNNAMED
218
+ --add-opens=java.base/java.util=ALL-UNNAMED
219
+ --add-opens=java.base/java.util.concurrent=ALL-UNNAMED
220
+ --add-opens=java.base/java.util.concurrent.atomic=ALL-UNNAMED
221
+ --add-opens=java.base/sun.nio.ch=ALL-UNNAMED
222
+ --add-opens=java.base/sun.nio.cs=ALL-UNNAMED
223
+ --add-opens=java.base/sun.security.action=ALL-UNNAMED
224
+ --add-opens=java.base/sun.util.calendar=ALL-UNNAMED
225
+ --add-opens=java.security.jgss/sun.security.krb5=ALL-UNNAMED
226
+ </JAVA_TOOL_OPTIONS >
227
+ </environmentVariables >
210
228
<reportsDirectory >${project.build.directory} /test-reports</reportsDirectory >
211
229
</configuration >
212
230
<executions >
You can’t perform that action at this time.
0 commit comments