We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b2f557 commit cd476e3Copy full SHA for cd476e3
CHANGELOG.md
@@ -2,6 +2,9 @@
2
3
# Axon Framework plugin Changelog
4
5
+## [0.8.7]
6
+- Plugin is now compatible with IDEA 2024.2 (IDEA 242.*)
7
+
8
## [0.8.6]
9
- Plugin is now compatible with IDEA 2024.1 (IDEA 241.*)
10
gradle.properties
@@ -25,7 +25,7 @@ axonVersion=4.9.0
25
# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
26
# for insight into build numbers and IntelliJ Platform versions.
27
pluginSinceBuild = 232
28
-pluginUntilBuild = 241.*
+pluginUntilBuild = 242.*
29
30
# IntelliJ Platform Properties -> https://github.com/JetBrains/gradle-intellij-plugin#intellij-platform-properties
31
platformType = IC
0 commit comments