mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
api_changes_list_2021.md: 2021.3 tests workaround
This commit is contained in:
parent
94d531d40f
commit
6d0f0d77d9
@ -81,6 +81,9 @@ _Early Access Program_ (EAP) releases of upcoming versions are available [here](
|
|||||||
Running tests fails with `jarFiles is not set for [...]` or `Created extension classloader is not equal to plugin’s one`
|
Running tests fails with `jarFiles is not set for [...]` or `Created extension classloader is not equal to plugin’s one`
|
||||||
: Set system property `idea.force.use.core.classloader` to `true`.
|
: Set system property `idea.force.use.core.classloader` to `true`.
|
||||||
|
|
||||||
|
Running tests fails using Gradle setup
|
||||||
|
: Please use [workarounds](https://youtrack.jetbrains.com/issue/IDEA-278926#focus=Comments-27-5561012.0-0).
|
||||||
|
|
||||||
`com.intellij.ui.mac.MacMessages.showMessageDialog(String, String, String[], boolean, Window, int, int, DialogWrapper.DoNotAskOption)` method removed
|
`com.intellij.ui.mac.MacMessages.showMessageDialog(String, String, String[], boolean, Window, int, int, DialogWrapper.DoNotAskOption)` method removed
|
||||||
: Use `com.intellij.ui.mac.MacMessages.showMessageDialog(String, String, String[], boolean, Window, int, int, DoNotAskOption)` instead.
|
: Use `com.intellij.ui.mac.MacMessages.showMessageDialog(String, String, String[], boolean, Window, int, int, DoNotAskOption)` instead.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user