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

风581562 / easy_javadoc
关闭

forked from starcwang / easy_javadoc 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.gradle 704 Bytes
一键复制 编辑 原始数据 按行查看 历史
wangchao 提交于 2019-10-24 01:08 . rebuild
plugins {
id 'java'
id 'org.jetbrains.intellij' version '0.4.10'
}
group 'com.star.easydoc'
version '1.2'
sourceCompatibility = 1.8
repositories {
mavenCentral()
}
dependencies {
testCompile group: 'junit', name: 'junit', version: '4.12'
}
// See https://github.com/JetBrains/gradle-intellij-plugin/
intellij {
plugins 'java'
version "2019.2"
pluginName 'easy-javadoc'
}
patchPluginXml {
changeNotes """
This plugin can help you complete the Chinese javadoc document quickly.<br>
Support three type of javadoc: field, method and class.<br>
<a href="https://github.com/starcwang/easy_javadoc">easy-javadoc source code and document</a><br>
"""
}
Java
1
https://gitee.com/ab1158420706/easy_javadoc.git
git@gitee.com:ab1158420706/easy_javadoc.git
ab1158420706
easy_javadoc
easy_javadoc
master

搜索帮助