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 a29eaf6 commit a6a8dd8Copy full SHA for a6a8dd8
2 files changed
gradle.properties
@@ -2,7 +2,7 @@
2
# https://www.jetbrains.com/intellij-repository/releases
3
# https://www.jetbrains.com/intellij-repository/snapshots
4
5
-ideaVersion = 2024.1
+ideaVersion = 2024.2
6
ideaType = IC
7
sources = true
8
runGenerators = true
src/main/resources/META-INF/plugin.xml
@@ -24,7 +24,7 @@
24
<vendor url="https://www.mapstruct.org">MapStruct</vendor>
25
26
<!-- please see https://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/build_number_ranges.html for description -->
27
- <idea-version since-build="241"/>
+ <idea-version since-build="242"/>
28
29
<!-- please see https://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/plugin_compatibility.html
30
on how to target different products -->
0 commit comments