Skip to content

Commit cd476e3

Browse files
Make plugin compatible with 2024.2
1 parent 4b2f557 commit cd476e3

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
# Axon Framework plugin Changelog
44

5+
## [0.8.7]
6+
- Plugin is now compatible with IDEA 2024.2 (IDEA 242.*)
7+
58
## [0.8.6]
69
- Plugin is now compatible with IDEA 2024.1 (IDEA 241.*)
710

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ axonVersion=4.9.0
2525
# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
2626
# for insight into build numbers and IntelliJ Platform versions.
2727
pluginSinceBuild = 232
28-
pluginUntilBuild = 241.*
28+
pluginUntilBuild = 242.*
2929

3030
# IntelliJ Platform Properties -> https://github.com/JetBrains/gradle-intellij-plugin#intellij-platform-properties
3131
platformType = IC

0 commit comments

Comments
 (0)