Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9b8754a

Browse files
authoredFeb 14, 2025··
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

Lines changed: 4 additions & 0 deletions
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

Lines changed: 1 addition & 1 deletion
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)
Please sign in to comment.