JAVA-20381 opening java.lang for the surefire

This commit is contained in:
Dhawal Kapil 2023-04-24 22:08:01 +05:30
parent 828805295d
commit 1bc733cb07
1 changed files with 14 additions and 0 deletions

View File

@ -64,4 +64,18 @@
</dependencies>
</dependencyManagement>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<argLine>
--add-opens java.base/java.lang=ALL-UNNAMED
</argLine>
</configuration>
</plugin>
</plugins>
</build>
</project>