Skip to content

Configure JUnit Platform explicitly for example-client tests - #34

Merged
Besi97 merged 1 commit into
mainfrom
fix/example-client-test
Aug 4, 2026
Merged

Besi97 merged 1 commit into
mainfrom
fix/example-client-test

Conversation

@Besi97

@Besi97 Besi97 commented Aug 4, 2026

Copy link
Copy Markdown
Owner

Gradle 8.x deprecates automatic loading of test framework dependencies and will fail in 9.0 when test sources exist but no test executes. Adds explicit useJUnitPlatform() configuration.

Closes: #25
Closes: #26

@Besi97
Besi97 merged commit cc1530f into main Aug 4, 2026
3 checks passed
@Besi97 Besi97 added the bug Something isn't working label Aug 4, 2026
@Besi97
Besi97 deleted the fix/example-client-test branch August 6, 2026 12:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix no-test-executed warning in example-client (fails in Gradle 9.0) Fix deprecated automatic test framework dependency loading in example-client (removed in Gradle 9.0)

1 participant