Skip to content

Commit 2190a5a

Browse files
Merge pull request #284 from AxonFramework/feature/2024-1-v
Upgrade to IDEA 2024.1
2 parents afb1196 + 4d306cd commit 2190a5a

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
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.6]
6+
- Plugin is now compatible with IDEA 2024.1 (IDEA 241.*)
7+
58
## [0.8.5]
69
- Fix StackOverflow issue when aggregate model is recursive (https://github.com/AxonFramework/IdeaPlugin/issues/261)
710

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ 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 = 233.*
28+
pluginUntilBuild = 241.*
2929

3030
# IntelliJ Platform Properties -> https://github.com/JetBrains/gradle-intellij-plugin#intellij-platform-properties
3131
platformType = IC
32-
platformVersion = 2023.3
32+
platformVersion = 2024.1
3333

3434
# Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html
3535
# Example: platformPlugins = com.intellij.java, com.jetbrains.php:203.4449.22

0 commit comments

Comments
 (0)