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 9957e5c commit ad17574Copy full SHA for ad17574
1 file changed
pom.xml
@@ -79,6 +79,17 @@
79
</annotationProcessorPaths>
80
</configuration>
81
</plugin>
82
+ <!--2.22.0 is required for Junit 5 tests-->
83
+ <plugin>
84
+ <groupId>org.apache.maven.plugins</groupId>
85
+ <artifactId>maven-surefire-plugin</artifactId>
86
+ <version>2.22.0</version>
87
+ <configuration>
88
+ <argLine>
89
+ --illegal-access=permit
90
+ </argLine>
91
+ </configuration>
92
+ </plugin>
93
</plugins>
94
</build>
95
</project>
0 commit comments