当前仓库属于关闭状态,部分功能使用受限,详情请查阅 仓库状态说明
1 Star 0 Fork 63

xuzhou530 / easy_javadoc
关闭

forked from starcwang / easy_javadoc 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.gradle 2.29 KB
一键复制 编辑 原始数据 按行查看 历史
wangchao 提交于 2019-12-20 00:24 . v1.9 fixbug
plugins {
id 'java'
id 'org.jetbrains.intellij' version '0.4.14'
}
group 'com.star.easydoc'
version '1.9'
sourceCompatibility = 1.8
repositories {
mavenCentral()
}
dependencies {
testCompile group: 'junit', name: 'junit', version: '4.12'
compile group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.10.1'
compile group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: '2.10.1'
compile group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: '2.10.1'
}
// See https://github.com/JetBrains/gradle-intellij-plugin/
intellij {
// plugins 'java'
version '2018.1'
pluginName 'easy-javadoc'
updateSinceUntilBuild false
}
patchPluginXml {
changeNotes """
This plugin can help you complete the Chinese javadoc document quickly.<br>
Support three type of javadoc: field, method and class.<br>
<h3>v1.9 update</h3>
<ul>
<li>fix some bugs</li>
</ul>
<h3>v1.8 update</h3>
<ul>
<li>support import and export</li>
<li>support more IDEA versions</li>
</ul>
<h3>v1.7 update</h3>
<ul>
<li>fix some bugs</li>
</ul>
<h3>v1.6 update</h3>
<ul>
<li>support custom template</li>
<li>support translate Chinese to English</li>
<li>fix some bugs</li>
</ul>
<h3>v1.5 update</h3>
<ul>
<li>support more idea versions</li>
<li>fix some bugs</li>
</ul>
<h3>v1.4 update</h3>
<ul>
<li>support for incremental updates</li>
<li>support whole sentences translation</li>
<li>add @throws label for the method javadoc</li>
<li>fix some bugs</li>
</ul>
<h3>v1.3 update</h3>
<ul>
<li>support bulk insert javadoc</li>
<li>fix some bugs</li>
</ul>
<h3>v1.1 update</h3>
<ul>
<li>add @link label in @return doc of the method javadoc</li>
<li>fix some bugs</li>
</ul>
<h3>v1.0 first version</h3>
<ul>
<li>support class, method and field javadoc</li>
</ul>
<a href="https://github.com/starcwang/easy_javadoc">easy-javadoc source code and document</a><br>
"""
}
tasks.withType(JavaCompile) {
options.encoding = "UTF-8"
}
Java
1
https://gitee.com/h_1_2/easy_javadoc.git
git@gitee.com:h_1_2/easy_javadoc.git
h_1_2
easy_javadoc
easy_javadoc
master

搜索帮助