File tree Expand file tree Collapse file tree
src/main/resources/META-INF Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ plugins {
44}
55
66group = " com.profiq"
7- version = " 0.1.5 "
7+ version = " 0.1.6 "
88
99repositories {
1010 mavenCentral()
@@ -18,7 +18,7 @@ dependencies {
1818// Configure Gradle IntelliJ Plugin
1919// Read more: https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html
2020intellij {
21- version.set(" 2023.3 " )
21+ version.set(" 2024.1 " )
2222 plugins.set(listOf ())
2323}
2424
Original file line number Diff line number Diff line change 2222 <change-notes >
2323 <![CDATA[
2424 <ul>
25+ <li>
26+ <b>0.1.6</b>
27+ <ul>
28+ <li>Make compatible with 2024.1
29+ </ul>
30+ </li>
2531 <li>
2632 <b>0.1.5</b>
2733 <ul>
6268 <add-to-group group-id =" EditorPopupMenu" anchor =" first" />
6369 </action >
6470 </actions >
71+
72+ <idea-version >
73+ <since-build >221</since-build >
74+ </idea-version >
6575</idea-plugin >
You can’t perform that action at this time.
0 commit comments