Skip to content

Commit

Permalink
Fix #33 ZK Plugin not compatible with Intellij 2022.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jumperchen committed Dec 1, 2022
1 parent f803616 commit 90cf2fb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
6 changes: 3 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.7.0'
id 'org.jetbrains.intellij' version '1.10.0'
id 'java'
}

group 'org.zkoss.zkidea'
version '0.1.16'
version '0.1.17'

repositories {
mavenCentral()
Expand All @@ -18,7 +18,7 @@ dependencies {
}

intellij {
version = '2022.2'
version = '2022.3'
plugins = ['maven', 'com.intellij.java']
}
patchPluginXml {
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.17</p>
<ul>
<li> [bug] #33 ZK Plugin not compatible with Intellij 2022.3 </li>
</ul>
<br>
<p>0.1.16</p>
<ul>
<li> [bug] #32 support latest intellij version 222.* </li>
Expand Down

0 comments on commit 90cf2fb

Please sign in to comment.