We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7193326 commit a245443Copy full SHA for a245443
1 file changed
pom.xml
@@ -238,15 +238,6 @@
238
<threadCount>1</threadCount>
239
<perCoreThreadCount>true</perCoreThreadCount>
240
<runOrder>balanced</runOrder>
241
- <argLine>
242
- <!--
243
- Gson (used for JSON serialization) utilizes reflection and needs to be able to access private fields of
244
- Java core classes. For that to work correctly after Java 9, we need to open up some of the core Java
245
- classes to reflection.
246
- @see: https://www.oracle.com/corporate/features/understanding-java-9-modules.html
247
- -->
248
- --add-opens=java.base/java.lang=ALL-UNNAMED
249
- </argLine>
250
</configuration>
251
</plugin>
252
<plugin>
0 commit comments