-
Notifications
You must be signed in to change notification settings - Fork 3
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
Remove IntelliJ JUnit 4 compatibility layer #146
Comments
Nothing was changed inside IntelliJ classes in 2024.3 EAP, however the issue was closed as "Fixed". Let's wait some time maybe the change is still stuck somewhere... |
Apparently this was the "fix".
|
This was maybe fixed with https://github.com/JetBrains/intellij-platform-gradle-plugin/releases/tag/2.2.0
|
Nope, still not working
|
While performing xdev-software/intellij-plugin-template#47 we encountered:
https://plugins.jetbrains.com/docs/intellij/tools-intellij-platform-gradle-plugin-faq.html#junit5-test-framework-refers-to-junit4
https://youtrack.jetbrains.com/issue/IJPL-159134
This is currently worked around by a compatibility layer that was chosen in favor of importing the JUnit4 library as this usually leads to incorrect imports.
https://youtrack.jetbrains.com/issue/IJPL-159134 was fixed in IDEA 2024.3+ (unreleased as of Sept 2024).
Once the minimal plugin version is >= 2024.3 this can be rechecked and eventually removed.
The text was updated successfully, but these errors were encountered: