From 3a5fce30c51dca9a39b49d855ba4383a7c22e84d Mon Sep 17 00:00:00 2001 From: Jakub Chrzanowski Date: Tue, 11 Mar 2025 10:51:34 +0100 Subject: [PATCH] Change since/until build to `241-251.*` (2024.1-2025.1.*) --- CHANGELOG.md | 2 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c0041a..4c7d568 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,7 +18,7 @@ - Upgrade Gradle Wrapper to `8.13` - Update `platformVersion` to `2024.1.7` -- Change since/until build to `241-243.*` (2024.1-2024.3.*) +- Change since/until build to `241-251.*` (2024.1-2025.1.*) - Dependencies - upgrade `org.jetbrains.intellij.platform` to `2.2.1` - Dependencies - upgrade `org.jetbrains.qodana` to `2024.3.2` - Dependencies - upgrade `org.jetbrains.kotlinx.kover` to `0.9.0` diff --git a/gradle.properties b/gradle.properties index 541b792..e20c7a3 100644 --- a/gradle.properties +++ b/gradle.properties @@ -8,7 +8,7 @@ pluginVersion = 2.0.3 # Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html pluginSinceBuild = 241 -pluginUntilBuild = 243.* +pluginUntilBuild = 251.* # IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension platformType = IC