Skip to content

Commit

Permalink
Merge pull request #37 from brunobd7/v0.1.19
Browse files Browse the repository at this point in the history
Add support to Intellij 2023.2
  • Loading branch information
jumperchen authored Jul 26, 2023
2 parents db4879d + 1ea6665 commit 97fa82b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 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.13.3'
id 'org.jetbrains.intellij' version '1.15.0'
id 'java'
}

group 'org.zkoss.zkidea'
version '0.1.18'
version '0.1.19'

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

intellij {
version = '2023.1'
version = '2023.2'
plugins = ['maven', 'com.intellij.java']
}
patchPluginXml {
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
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.19</p>
<ul>
<li> [bug] <a href="https://github.com/zkoss/zkidea/issues/36">#36</a> Add support for Intellij 2023.2 </li>
</ul>
<br>
<p>0.1.18</p>
<ul>
<li> [bug] #34 Add support for Intellij 2023.1 </li>
Expand Down

0 comments on commit 97fa82b

Please sign in to comment.