-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot be run with JUnit 5 runner. #585
Comments
The compilation of https://github.com/eyalroth/java-scala-gradle-project/tree/munit also appears to be broken |
This is probably blocked by: |
2 years passed, and no fix on the horizon |
I don't think there was anyone available to work on it and it didn't seem to have a high priority, but if you are interested you might have a go. |
is this ticket somehow distinct from #41 ? or should we just close it as a duplicate |
Here is an example:
build.gradle.kts
file:
When executing junit for this test:
So it appears that
@RunWith(classOf[MUnitRunner])
annotation doesn't do anything.The text was updated successfully, but these errors were encountered: