4 Star 2 Fork 9

wex5 / dangchat-sdk

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.gradle 221 Bytes
一键复制 编辑 原始数据 按行查看 历史
ln 提交于 2016-08-03 07:42 . 去掉编译时的编码错误提示
allprojects {
repositories {
jcenter()
}
buildscript {
repositories {
jcenter()
}
}
tasks.withType(JavaCompile) {
options.encoding = "UTF-8"
}
}
Java
1
https://gitee.com/wex5/dangchat-sdk.git
git@gitee.com:wex5/dangchat-sdk.git
wex5
dangchat-sdk
dangchat-sdk
master

搜索帮助