Skip to content

Commit 9b8754a

Browse files
authored
fix: update EAP constraint (#535)
* Update version. * Update changelog
1 parent f182e84 commit 9b8754a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
## Unreleased
66

7+
### Changed
8+
9+
- Update the `pluginUntilBuild` to latest EAP
10+
711
## 2.18.0 - 2025-02-04
812

913
### Changed

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ pluginVersion=2.18.0
1010
pluginSinceBuild=233.6745
1111
# This should be kept up to date with the latest EAP. If the API is incompatible
1212
# with the latest stable, use the eap branch temporarily instead.
13-
pluginUntilBuild=243.*
13+
pluginUntilBuild=251.*
1414
# IntelliJ Platform Properties -> https://github.com/JetBrains/gradle-intellij-plugin#intellij-platform-properties
1515
# Gateway available build versions https://www.jetbrains.com/intellij-repository/snapshots and https://www.jetbrains.com/intellij-repository/releases
1616
#

0 commit comments

Comments
 (0)