Skip to content

Commit

Permalink
group enable desc and rename
Browse files Browse the repository at this point in the history
  • Loading branch information
Nonoas committed May 2, 2024
1 parent 3fc366a commit 0fa64af
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ intellij {
patchPluginXml {
sinceBuild = '210.0'
untilBuild = "233.*"
changeNotes = "1. 分组支持添加描述" +
"2. 分组支持重命名" +
"3. 优化树节点样式显示"
changeNotes = "1. 分组支持添加描述<br>" +
"2. 分组支持重命名<br>" +
"3. 优化树节点样式显示<br>"
}

tasks.named('initializeIntelliJPlugin') {
Expand Down

0 comments on commit 0fa64af

Please sign in to comment.