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

星辰变 / apidoc-plugin-idea
暂停

forked from dongxl123 / apidoc-plugin-idea 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.gradle 1.08 KB
一键复制 编辑 原始数据 按行查看 历史
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-2020.1.3'
// 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 '3.0.4'
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'
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/starshow/apidoc-plugin-idea.git
git@gitee.com:starshow/apidoc-plugin-idea.git
starshow
apidoc-plugin-idea
apidoc-plugin-idea
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891