Skip to content

Commit

Permalink
Fix #40 Cannot run under IU-233.11799.241
Browse files Browse the repository at this point in the history
  • Loading branch information
jumperchen committed Dec 7, 2023
1 parent 9bc12fc commit de779b0
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.15.0'
id 'org.jetbrains.intellij' version '1.16.1'
id 'java'
}

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

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

intellij {
version = '2023.2'
version = '2023.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.21</p>
<ul>
<li> [bug] <a href="https://github.com/zkoss/zkidea/issues/40">#40</a> Cannot run under IU-233.11799.241 </li>
</ul>
<br>
<p>0.1.20</p>
<ul>
<li> [bug] <a href="https://github.com/zkoss/zkidea/issues/38">#38</a> ZK news popup has an error in Linux env. for 2023-2 </li>
Expand Down

0 comments on commit de779b0

Please sign in to comment.