Modernize/simplify JUnit Gradle configuration#2325
Merged
trask merged 9 commits intoopen-telemetry:mainfrom Dec 4, 2025
Merged
Modernize/simplify JUnit Gradle configuration#2325trask merged 9 commits intoopen-telemetry:mainfrom
trask merged 9 commits intoopen-telemetry:mainfrom
Conversation
trask
commented
Oct 1, 2025
laurit
reviewed
Oct 8, 2025
|
|
||
| testing { | ||
| suites.withType(JvmTestSuite::class).configureEach { | ||
| useJUnitJupiter() |
Contributor
There was a problem hiding this comment.
what if you replaced
withType<Test>().configureEach {
useJUnitPlatform()
with useJUnitPlatform? Doing it only for suites and leaving the rest of the test tasks as they are feels a bit weird.
Member
Author
There was a problem hiding this comment.
sorry, I'm not following what you are suggesting to do
Member
Author
There was a problem hiding this comment.
oh, do you mean replacing that with useJUnitJupiter? I just tried that and it seems like useJUnitJupiter only works for test suites...
f83207b to
33ef393
Compare
This was referenced Oct 10, 2025
trask
commented
Oct 17, 2025
|
|
||
| testing { | ||
| suites.withType(JvmTestSuite::class).configureEach { | ||
| useJUnitJupiter("5.13.4") |
Member
Author
There was a problem hiding this comment.
intentionally one version behind to verify that Renovate picks it up after merging
jaydeluca
approved these changes
Nov 19, 2025
Merged
via the queue into
open-telemetry:main
with commit Dec 4, 2025
f7dac1b
50 of 54 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.