2.11 description from pom.xml or build.gradle | 模块描述

This commit is contained in:
林万程
2023-10-12 00:46:51 +08:00
parent a2486a36dd
commit d5813e57a7
13 changed files with 179 additions and 10 deletions

View File

@@ -4,8 +4,7 @@ plugins {
}
group 'io.github.linwancen'
version '2.10.0.' + (new Date().format('yyyy.MM.dd_HH.mm'))
description "Show comment at the Project View Tree, line End, JSON, other"
version '2.11.0.' + (new Date().format('yyyy.MM.dd_HH.mm'))
repositories {
mavenCentral()
@@ -88,6 +87,7 @@ patchPluginXml {
changeNotes = """
<h2>English Change Notes:</h2>
<ul>
<li>2.11 Add project-view-tree description from pom.xml and build.gradle
<li>2.10 Add line-end-comment not doc comment
<li>2.09 Add line-end-comment support Python doc strings
<li>2.08 Add i18n and chinese
@@ -127,6 +127,7 @@ patchPluginXml {
<h2>中文更新说明:</h2>
<ul>
<li>2.11 增加 文件树注释 模块描述 来自 pom.xml 和 build.gradle
<li>2.10 增加 行末注释 非文档注释
<li>2.09 增加 行末注释 支持 Python 文档字符串
<li>2.08 增加 多语言与中文支持