41 Star 75 Fork 30

yzijun / sfans-web

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.gradle 352 Bytes
一键复制 编辑 原始数据 按行查看 历史
yzijun 提交于 2015-09-17 15:46 . add gradle
allprojects {
group = 'org.sfans'
version = '0.0.2-SNAPSHOT'
}
subprojects {
apply plugin: 'java'
sourceCompatibility = 1.8
targetCompatibility = 1.8
project.ext {
springBootVersion = '1.2.5.RELEASE'
}
repositories {
mavenLocal()
mavenCentral()
}
}
task wrapper(type: Wrapper) {
gradleVersion = '2.6'
}
Java
1
https://gitee.com/yzijun/sfans-web.git
git@gitee.com:yzijun/sfans-web.git
yzijun
sfans-web
sfans-web
master

搜索帮助