Skip to content

Commit e0f6ba0

Browse files
committed
Make compatible with versions 2024 and newer
1 parent fdf7f06 commit e0f6ba0

3 files changed

Lines changed: 12 additions & 2 deletions

File tree

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
}
55

66
group = "com.profiq"
7-
version = "0.1.5"
7+
version = "0.1.6"
88

99
repositories {
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
2020
intellij {
21-
version.set("2023.3")
21+
version.set("2024.1")
2222
plugins.set(listOf())
2323
}
2424

gradlew

100644100755
File mode changed.

src/main/resources/META-INF/plugin.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@
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>
@@ -62,4 +68,8 @@
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>

0 commit comments

Comments
 (0)