bug6135: added <useJUnitPlatform>true</useJUnitPlatform> to java/pom.xml as Tycho 4.x seems to need it to run tests

This commit is contained in:
Axel Uhl
2025-06-12 00:01:13 +02:00
parent d9ca5e5b13
commit 21607d2cd6
+1
View File
@@ -633,6 +633,7 @@
<reportsDirectory>${reportsdirectory}</reportsDirectory>
<showEclipseLog>true</showEclipseLog>
<providerHint>junit-platform</providerHint>
<useJUnitPlatform>true</useJUnitPlatform>
</configuration>
</plugin>
<plugin>