File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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.
2727pluginSinceBuild = 232
28- pluginUntilBuild = 233 .*
28+ pluginUntilBuild = 241 .*
2929
3030# IntelliJ Platform Properties -> https://github.com/JetBrains/gradle-intellij-plugin#intellij-platform-properties
3131platformType = 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
You can’t perform that action at this time.
0 commit comments