Commit 54a6ca3
build(nui): declare junit-platform-launcher explicitly
Gradle 9 dropped the auto-supplied JUnit Platform Launcher test
dependency, so bumping the wrapper to 9.7.0 in this PR made
:nui:test fail immediately with 'Failed to load JUnit Platform' -
before any test even ran. Declare it explicitly as testRuntimeOnly,
version-paired with the existing junit-jupiter 5.6.2.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>1 parent d2093a4 commit 54a6ca3
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
| |||
0 commit comments