1.2 Add end-of-line comment class prefix filter settings | 添加行末注释类前缀过滤配置
This commit is contained in:
@@ -4,7 +4,7 @@ plugins {
|
||||
}
|
||||
|
||||
group 'io.github.linwancen'
|
||||
version '1.1.0.' + (new Date().format('yyyy.MM.dd_HH.mm'))
|
||||
version '1.2.0.' + (new Date().format('yyyy.MM.dd_HH.mm'))
|
||||
|
||||
apply plugin: 'java'
|
||||
|
||||
@@ -37,7 +37,10 @@ patchPluginXml {
|
||||
sinceBuild = '201.1'
|
||||
untilBuild = ''
|
||||
changeNotes = """
|
||||
1.1 Add end-of-line text color settings | 添加行末文本颜色配置
|
||||
<ul>
|
||||
<li>1.1 Add end-of-line text color settings 添加行末文本颜色配置
|
||||
<li>1.2 Add end-of-line comment class prefix filter settings 添加行末注释类前缀配置
|
||||
</ul>
|
||||
"""
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user