You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>This version introduces a breaking change: the plugin now requires Gradle 8.3+ and Java 17 to run.</p>
534
+
<divclass="ulist">
535
+
<ul>
536
+
<li>
537
+
<p>This version introduces a breaking change: the plugins now require Java 17 to run</p>
538
+
</li>
539
+
<li>
540
+
<p>Refactored JUnit support: — new implementation doesn’t require list of classes for build-time initialization (starting from GraalVM for JDK 22) — added support for <code>@FieldSource</code> for <code>@ParameterizedTest</code> methods — added support for (registering for reflection) interfaces implemented by test classes — added support for <code>org.junit.rules.ExpectedException</code> — removed fallback mode that used classpath to generate test plan</p>
0 commit comments