1 Star 0 Fork 30

FangLong/sfans-web

forked from 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'
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/fanglong/sfans-web.git
git@gitee.com:fanglong/sfans-web.git
fanglong
sfans-web
sfans-web
master

搜索帮助