From c1c7c921c2ce5839fef880a8ea726898011d28a3 Mon Sep 17 00:00:00 2001 From: marhali Date: Fri, 28 Oct 2022 22:50:49 +0200 Subject: [PATCH] support 2022.3 --- CHANGELOG.md | 1 + gradle.properties | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0847f4e..fbd8650 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ ## [Unreleased] ### Added +- Support for IntelliJ Platform version 2022.3 - Regex support for translation file patterns ### Changed diff --git a/gradle.properties b/gradle.properties index 0ce983e..777bdc8 100644 --- a/gradle.properties +++ b/gradle.properties @@ -9,7 +9,7 @@ pluginVersion = 4.2.4 # See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html # for insight into build numbers and IntelliJ Platform versions. pluginSinceBuild = 203 -pluginUntilBuild = 222.* +pluginUntilBuild = 223 # IntelliJ Platform Properties -> https://github.com/JetBrains/gradle-intellij-plugin#intellij-platform-properties platformType = IU