2 Star 3 Fork 1

喵喵喵喵 / idea_plug_statistic_push

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.gradle 898 Bytes
一键复制 编辑 原始数据 按行查看 历史
rzp 提交于 2020-06-01 15:38 . 多项目BUG修复
plugins {
id 'java'
id 'org.jetbrains.intellij' version '0.4.21'
}
group 'org.rzp.ideaplug'
version '1.0-SNAPSHOT'
sourceCompatibility = 1.8
repositories {
mavenLocal()
maven { url "http://maven.aliyun.com/nexus/content/groups/public" }
mavenCentral()
}
dependencies {
//compile group: 'ch.qos.logback', name: 'logback-classic', version: '1.2.3'
compile group: 'com.alibaba', name: 'fastjson', version: '1.2.68'
compile group: 'com.squareup.okhttp3', name: 'okhttp', version: '4.7.2'
compileOnly group: 'org.projectlombok', name: 'lombok', version: '1.18.12'
annotationProcessor group: 'org.projectlombok', name: 'lombok', version: '1.18.12'
testCompile group: 'junit', name: 'junit', version: '4.12'
}
// See https://github.com/JetBrains/gradle-intellij-plugin/
intellij {
version '2019.2'
}
patchPluginXml {
changeNotes """
init"""
}
Java
1
https://gitee.com/_rzp/idea_plug_statistic_push.git
git@gitee.com:_rzp/idea_plug_statistic_push.git
_rzp
idea_plug_statistic_push
idea_plug_statistic_push
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891