Skip to content

Fix JUnit platform launcher/engine version skew after JUnit 6 upgrade - #237

Merged
onobc merged 1 commit into
mainfrom
update-junit-6_1_3
Aug 16, 2026
Merged

Fix JUnit platform launcher/engine version skew after JUnit 6 upgrade#237
onobc merged 1 commit into
mainfrom
update-junit-6_1_3

Conversation

@onobc

@onobc onobc commented Aug 15, 2026

Copy link
Copy Markdown
Contributor

junit-jupiter was bumped to 6.1.3, but junit-platform-launcher was left to Gradle's built-in default, which only knows about the old JUnit platform 1.x line. This caused test discovery to fail with "OutputDirectoryCreator not available" since junit-platform-engine 6.x and the injected launcher were unaligned. Explicitly declare junit-platform-launcher at the same version and wire it into both the test and intTest runtime classpaths.

@onobc
onobc requested a review from lhotari August 15, 2026 20:39
This updates junit-jupiter to 6.1.3 and explicitly declares
junit-platform-launcher at the same version and wires it into both the
test and intTest runtime classpaths since Gradle built-in default
launcherr only knows about the old JUnit  platform 1.x line.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
@onobc
onobc merged commit a7c798f into main Aug 16, 2026
1 check passed
@onobc
onobc deleted the update-junit-6_1_3 branch August 16, 2026 18:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants