Skip to content

Commit

Permalink
Fix #31 Plugin error for IC-221.5.080.210 with Version 0.1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
jumperchen committed Apr 13, 2022
1 parent fa11f40 commit 9f807cb
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.3.0'
id 'org.jetbrains.intellij' version '1.5.2'
id 'java'
}

group 'org.zkoss.zkidea'
version '0.1.14'
version '0.1.15'

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

intellij {
version = '2021.3'
version = '2022.1'
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.15</p>
<ul>
<li> [bug] #31 Plugin error for IC-221.5.080.210 with Version 0.1.14 </li>
</ul>
<br>
<p>0.1.14</p>
<ul>
<li> [bug] #30 No compatible with v2021.3 </li>
Expand Down

0 comments on commit 9f807cb

Please sign in to comment.