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 a7ae936 commit eff613cCopy full SHA for eff613c
pom.xml
@@ -220,15 +220,15 @@
220
<version>2.22.2</version>
221
<configuration>
222
<argLine>
223
- --add-exports java.base/jdk.internal.misc=ALL-UNNAMED
+ @{argLine} --add-exports java.base/jdk.internal.misc=ALL-UNNAMED
224
</argLine>
225
</configuration>
226
</plugin>
227
228
<plugin>
229
<groupId>org.jacoco</groupId>
230
<artifactId>jacoco-maven-plugin</artifactId>
231
- <version>0.8.7</version>
+ <version>0.8.9</version>
232
<executions>
233
<execution>
234
<goals>
0 commit comments