Skip to content

Commit

Permalink
Bump v0.1.22 for the compatibility with the 2024.1 version of JetBrai…
Browse files Browse the repository at this point in the history
…ns IDEs
  • Loading branch information
jumperchen committed Mar 19, 2024
1 parent de779b0 commit dda4598
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
7 changes: 4 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
plugins {
id 'org.jetbrains.intellij' version '1.16.1'
id 'org.jetbrains.intellij' version '1.17.2'
id 'java'
}

group 'org.zkoss.zkidea'
version '0.1.21'
version '0.1.22'

repositories {
mavenCentral()
Expand All @@ -22,7 +22,8 @@ intellij {
plugins = ['maven', 'com.intellij.java']
}
patchPluginXml {
untilBuild = null
sinceBuild = '233.2'
untilBuild = '251.*'
}

java.sourceCompatibility = JavaVersion.VERSION_17
Expand Down
5 changes: 5 additions & 0 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@
]]></description>

<change-notes><![CDATA[
<p>0.1.22</p>
<ul>
<li> Upgrade for Intellij 2024.1 version</li>
</ul>
<br>
<p>0.1.21</p>
<ul>
<li> [bug] <a href="https://github.com/zkoss/zkidea/issues/40">#40</a> Cannot run under IU-233.11799.241 </li>
Expand Down

0 comments on commit dda4598

Please sign in to comment.