1 Star 4 Fork 1

刘志航 / copy-as-json

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.gradle 659 Bytes
一键复制 编辑 原始数据 按行查看 历史
liuzhihang 提交于 2020-07-29 20:35 . 支持 2018.3 版本
plugins {
id 'java'
id 'org.jetbrains.intellij' version '0.4.21'
}
group 'com.liuzhihang.toolkit'
version '1.0.4'
sourceCompatibility = 1.8
repositories {
mavenLocal()
maven { url "https://maven.aliyun.com/repository/public" }
mavenCentral()
jcenter()
}
dependencies {
testCompile group: 'junit', name: 'junit', version: '4.12'
}
// See https://github.com/JetBrains/gradle-intellij-plugin/
intellij {
version '2019.1.1'
pluginName 'Copy as Json'
updateSinceUntilBuild false
sameSinceUntilBuild false
}
patchPluginXml {
pluginDescription(file(descriptionFile).text)
changeNotes(file(changesFile).text)
}
Java
1
https://gitee.com/liuzhihang/copy-as-json.git
git@gitee.com:liuzhihang/copy-as-json.git
liuzhihang
copy-as-json
copy-as-json
master

搜索帮助