From d181ef109e3da25daa48110325926ee3dfae7172 Mon Sep 17 00:00:00 2001 From: Benjamin Date: Fri, 14 Feb 2025 14:28:32 -0600 Subject: [PATCH 1/2] Update version. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 2b38322f..e3f655f1 100644 --- a/gradle.properties +++ b/gradle.properties @@ -10,7 +10,7 @@ pluginVersion=2.18.0 pluginSinceBuild=233.6745 # This should be kept up to date with the latest EAP. If the API is incompatible # with the latest stable, use the eap branch temporarily instead. -pluginUntilBuild=243.* +pluginUntilBuild=251.* # IntelliJ Platform Properties -> https://github.com/JetBrains/gradle-intellij-plugin#intellij-platform-properties # Gateway available build versions https://www.jetbrains.com/intellij-repository/snapshots and https://www.jetbrains.com/intellij-repository/releases # From d6b1c5f05b6d0d13621e02ec8fa3924cb3004ba4 Mon Sep 17 00:00:00 2001 From: Benjamin Date: Fri, 14 Feb 2025 15:31:01 -0600 Subject: [PATCH 2/2] Update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c8cd1be..5870adca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ ## Unreleased +### Changed + +- Update the `pluginUntilBuild` to latest EAP + ## 2.18.0 - 2025-02-04 ### Changed