Skip to content

Commit

Permalink
💥 refactor: Support Idea2024.3
Browse files Browse the repository at this point in the history
  • Loading branch information
AprilViolet committed Oct 10, 2024
1 parent 31879d9 commit 6e4b0f7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ version = providers.gradleProperty("pluginVersion").get()

// Set the JVM language level used to build the project.
kotlin {
jvmToolchain(21)
jvmToolchain(17)
}

// Configure project's dependencies
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ pluginName = HighlightBracketPair
pluginVersion = 1.5.3

pluginSinceBuild = 233
pluginUntilBuild = 242.*
pluginUntilBuild = 243.*

platformType = IU
platformVersion = 2023.3.8
Expand Down
7 changes: 5 additions & 2 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<idea-plugin>
<id>HighlightBracketPair</id>
<name>HighlightBracketPair</name>
<version>1.3.9</version>
<vendor email="AprilEternityLT@gmail.com" url="https://github.com/AprilViolet">AprilViolet</vendor>
<version>1.5.3</version>
<vendor email="ltao.etc@outlook.com" url="https://github.com/AprilViolet">AprilViolet</vendor>

<description><![CDATA[
The plugin can color highlight the Bracket Pair in editor for IntelliJ.<br/>
Expand All @@ -18,6 +18,9 @@
<li>
Upgrade the template to v2.0.0
</li>
<li>
Fixed:Support Idea2024.3
</li>
</ul>
<p>1.5.2</p>
<ul>
Expand Down

0 comments on commit 6e4b0f7

Please sign in to comment.