We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f182e84 commit 9b8754aCopy full SHA for 9b8754a
CHANGELOG.md
@@ -4,6 +4,10 @@
4
5
## Unreleased
6
7
+### Changed
8
+
9
+- Update the `pluginUntilBuild` to latest EAP
10
11
## 2.18.0 - 2025-02-04
12
13
### Changed
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.*
14
# IntelliJ Platform Properties -> https://github.com/JetBrains/gradle-intellij-plugin#intellij-platform-properties
15
# Gateway available build versions https://www.jetbrains.com/intellij-repository/snapshots and https://www.jetbrains.com/intellij-repository/releases
16
#
0 commit comments