1 Star 4 Fork 0

xinxin/ideaCustomTool

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build.bak.gradle 904 Bytes
一键复制 编辑 原始数据 按行查看 历史
chenfoxin 提交于 2023-04-09 11:04 . 项目初始化
plugins {
id 'org.jetbrains.intellij' version "0.4.21"
}
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' //debug version
// 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.5'
repositories {
mavenLocal()
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'
testCompile 'junit:junit:4.12'
compile 'com.github.jsonzou:jmockdata:3.1.0'
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/chenfoxin/ideaCustomTool.git
[email protected]:chenfoxin/ideaCustomTool.git
chenfoxin
ideaCustomTool
ideaCustomTool
master

搜索帮助