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

多米科技/apidoc-plugin-idea
暂停

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build.gradle 1.18 KB
一键复制 编辑 原始数据 按行查看 历史
dongxl123 提交于 2019-11-28 21:13 +08:00 . v2.2
plugins {
id "org.jetbrains.intellij" version "0.4.9"
}
apply plugin: 'org.jetbrains.intellij'
apply plugin: 'java'
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
intellij {
plugins 'java'
version 'IC-2019.2'
// version 'IC-2016.2.5'
//version 'IC-2018.2.1'
pluginName 'apiDoc'
updateSinceUntilBuild false
}
tasks.withType(JavaCompile) {
options.encoding = "UTF-8"
}
group 'com.suiyiwen.plugin.idea'
version '2.2'
repositories {
mavenLocal()
maven { url "http://192.168.180.191:8081/nexus/content/repositories/public" }
maven { url "http://192.168.180.191:8081/nexus/content/repositories/snapshots" }
maven { url "http://maven.aliyun.com/repository/public" }
maven { url "http://maven.aliyun.com/repository/spring" }
maven { url "http://maven.aliyun.com/repository/google" }
mavenCentral()
}
dependencies {
compile 'com.alibaba:fastjson:1.2.45'
compileOnly 'org.projectlombok:lombok:1.16.18'
testCompile 'junit:junit:4.12'
compile 'com.github.jsonzou:jmockdata:3.1.0'
compile 'org.apache.commons:commons-lang3:3.7'
compile 'commons-collections:commons-collections:3.2.2'
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/idormy/apidoc-plugin-idea.git
git@gitee.com:idormy/apidoc-plugin-idea.git
idormy
apidoc-plugin-idea
apidoc-plugin-idea
master

搜索帮助