From 06b17d32ac55d34d76a9713e3a3f7d3b0ead04de Mon Sep 17 00:00:00 2001 From: chrisly42 Date: Thu, 18 Aug 2022 11:39:10 +0200 Subject: [PATCH] Giving up on workaround, minimum version now 2019.3.1. --- README.md | 4 ++-- build.gradle | 6 +++--- src/main/resources/META-INF/plugin.xml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index d75bf1b..65d1583 100644 --- a/README.md +++ b/README.md @@ -834,11 +834,11 @@ Feel free to use the code (in package ```de.platon42.intellij.jupiter```) for yo ## Changelog -### V1.13 (17-Aug-22) +### V1.13 (18-Aug-22) +- API change in IntelliJ platforms now requires minimum version 2019.3.1. Sorry, giving up to maintain compatibilty after four attempts. - Maintenance. Updated various dependencies (Kotlin 1.7.10) and AssertJ 3.23.1 and AssertJ-Guava 3.5.0. - Tried to fix unreproducible issue #9. -- Added workaround for upcoming API change in IntelliJ breaking older releases. - Added AssertThatIsZeroOne inspection demanded by issue #5. - Fix for wrongly joining statements that cannot be trivially joined (e.g. with filteredOn). Fixes issue #6. diff --git a/build.gradle b/build.gradle index 1f094ea..d684989 100644 --- a/build.gradle +++ b/build.gradle @@ -48,17 +48,17 @@ intellij { } runPluginVerifier { - ideVersions = ["IC-193.5662.53", "IC-222.3345.118"] // 2020.3 - 2022.2 + ideVersions = ["IC-193.5662.53", "IC-222.3345.118"] // 2019.3.1 - 2022.2 downloadDir = System.getProperty("user.home") + "/.gradle/caches/modules-2/files-2.1/com.jetbrains.intellij.idea/verifier" } patchPluginXml { setChangeNotes(""" -

V1.13 (17-Aug-22)

+

V1.13 (18-Aug-22)

diff --git a/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml index d60f10c..6467f0d 100644 --- a/src/main/resources/META-INF/plugin.xml +++ b/src/main/resources/META-INF/plugin.xml @@ -14,7 +14,7 @@ Full documentation here... ]]> - + com.intellij.modules.lang com.intellij.modules.platform