1 Star 0 Fork 24

jee/earth-mist

forked from justlive1/earth-mist 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build.gradle 777 Bytes
一键复制 编辑 原始数据 按行查看 历史
justlive1 提交于 2018-03-29 12:30 . move from earth
apply from: rootProject.file("gradle/dependencies.gradle")
subprojects {
apply plugin: "idea"
apply plugin: "eclipse"
apply plugin: "maven"
apply plugin: "java-library"
ext.libraries = rootProject.ext.libraries
repositories {
mavenLocal()
maven { url "http://maven.aliyun.com/nexus/content/groups/public/" }
mavenCentral()
jcenter()
}
dependencies {
api libraries.commons
}
jar {
manifest {
attributes("Implementation-Title": project.name,
"Implementation-Vendor": project.group,
"Created-By": project.group,
"Implementation-Version": project.version)
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/jempson/earth-mist.git
git@gitee.com:jempson/earth-mist.git
jempson
earth-mist
earth-mist
master

搜索帮助