From ef3190b0226d6de42619ec5850a2ce17eda3673a Mon Sep 17 00:00:00 2001 From: marhali Date: Sat, 18 Feb 2023 17:48:15 +0100 Subject: [PATCH] support 231.* builds --- CHANGELOG.md | 1 + gradle.properties | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eaeb437..11f585d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ - Removed deprecated API access (TranslatorToolWindowFactory) ### Fixed +- Support for all 2023.1 builds (231.*) - Exception on file change listener - Broken badge link in README diff --git a/gradle.properties b/gradle.properties index 101d6fa..d231b7a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -8,7 +8,7 @@ pluginVersion = 4.4.0 # See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html # for insight into build numbers and IntelliJ Platform versions. pluginSinceBuild = 223 -pluginUntilBuild = 223.* +pluginUntilBuild = 231.* # IntelliJ Platform Properties -> https://github.com/JetBrains/gradle-intellij-plugin#intellij-platform-properties platformType = IU