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

workor / mica-auto
暂停

forked from 如梦技术 / mica-auto 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.gradle 987 Bytes
一键复制 编辑 原始数据 按行查看 历史
如梦技术 提交于 2019-01-26 17:10 . :memo:添加 Lombok 使用小 提示。
apply plugin: "java-library"
apply from: "${rootProject.projectDir}/gradle/publish-maven.gradle"
ext {
javaVersion = JavaVersion.VERSION_1_8
springBootVersion = "2.1.2.RELEASE"
lombokVersion = "1.18.4"
googleAutoServiceVersion = "1.0-rc4"
}
group = GROUPID
version = VERSION
dependencies {
api "org.springframework.boot:spring-boot-configuration-processor:$springBootVersion"
api "org.springframework.boot:spring-boot-autoconfigure-processor:$springBootVersion"
compileOnly "org.projectlombok:lombok:$lombokVersion"
annotationProcessor "org.projectlombok:lombok:$lombokVersion"
compileOnly "com.google.auto.service:auto-service:$googleAutoServiceVersion"
annotationProcessor "com.google.auto.service:auto-service:$googleAutoServiceVersion"
}
repositories {
mavenLocal()
maven { url "http://maven.aliyun.com/nexus/content/groups/public" }
maven { url "https://oss.sonatype.org/content/repositories/snapshots" }
mavenCentral()
}
Java
1
https://gitee.com/cxd520/mica-auto.git
git@gitee.com:cxd520/mica-auto.git
cxd520
mica-auto
mica-auto
master

搜索帮助