From 9f5567fcebf5d07f9d4a94a99b4b41d5af2fc4fb Mon Sep 17 00:00:00 2001 From: marhali Date: Thu, 30 May 2024 12:47:33 +0200 Subject: [PATCH] support all 242 builds --- CHANGELOG.md | 4 ++++ gradle.properties | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f398641..7354d11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ ## [Unreleased] +### Added + +- Support for IntelliJ Platform version 2024.2 + ## [4.5.1] - 2024-04-13 ### Fixed diff --git a/gradle.properties b/gradle.properties index da77989..66e7b6a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -8,7 +8,7 @@ pluginVersion = 4.5.1 # Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html pluginSinceBuild = 223 -pluginUntilBuild = 241.* +pluginUntilBuild = 242.* # IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension platformType = IU