Skip to content

Commit 0a210ab

Browse files
Merge pull request #269 from maartenn/support-intellij-2023-3
support for intellij 2023.3
2 parents 6eccc09 + 515586c commit 0a210ab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

gradle.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,17 @@
1919

2020
pluginGroup=io.axoniq.ide.intellij
2121
pluginName=Axon Framework
22-
pluginVersion=0.8.3
22+
pluginVersion=0.8.4
2323
axonVersion=4.9.0
2424

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 = 232.*
28+
pluginUntilBuild = 233.*
2929

3030
# IntelliJ Platform Properties -> https://github.com/JetBrains/gradle-intellij-plugin#intellij-platform-properties
3131
platformType = IC
32-
platformVersion = 2023.2
32+
platformVersion = 2023.3
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)