File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
# Axon Framework plugin Changelog
4
4
5
+ ## [ 0.8.6]
6
+ - Plugin is now compatible with IDEA 2024.1 (IDEA 241.* )
7
+
5
8
## [ 0.8.5]
6
9
- Fix StackOverflow issue when aggregate model is recursive (https://github.com/AxonFramework/IdeaPlugin/issues/261 )
7
10
Original file line number Diff line number Diff line change @@ -25,11 +25,11 @@ axonVersion=4.9.0
25
25
# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
26
26
# for insight into build numbers and IntelliJ Platform versions.
27
27
pluginSinceBuild = 232
28
- pluginUntilBuild = 233 .*
28
+ pluginUntilBuild = 241 .*
29
29
30
30
# IntelliJ Platform Properties -> https://github.com/JetBrains/gradle-intellij-plugin#intellij-platform-properties
31
31
platformType = IC
32
- platformVersion = 2023.3
32
+ platformVersion = 2024.1
33
33
34
34
# Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html
35
35
# Example: platformPlugins = com.intellij.java, com.jetbrains.php:203.4449.22
You can’t perform that action at this time.
0 commit comments