From 6d0f0d77d9da5c317e3928f3650d933a1f3caceb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Mon, 29 Nov 2021 17:26:25 +0100 Subject: [PATCH] api_changes_list_2021.md: 2021.3 tests workaround --- reference_guide/api_changes_list_2021.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/reference_guide/api_changes_list_2021.md b/reference_guide/api_changes_list_2021.md index de5daaac9..b15bdf202 100644 --- a/reference_guide/api_changes_list_2021.md +++ b/reference_guide/api_changes_list_2021.md @@ -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` : 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 : Use `com.intellij.ui.mac.MacMessages.showMessageDialog(String, String, String[], boolean, Window, int, int, DoNotAskOption)` instead.