1 Star 0 Fork 0

疯了疯/bizsocket

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build.gradle 580 Bytes
一键复制 编辑 原始数据 按行查看 历史
typ0520 提交于 2017-06-15 14:47 . 1.0.0
buildscript {
repositories {
jcenter()
}
dependencies {
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.0'
classpath 'com.github.dcendents:android-maven-plugin:1.2'
}
}
allprojects {
repositories {
jcenter()
}
}
//---sub project common config ---
subprojects {
apply plugin: "java"
apply plugin: 'maven'
apply from: "$rootDir/bintray.gradle"
sourceCompatibility = 1.7
targetCompatibility = 1.7
dependencies {
testCompile group: 'junit', name: 'junit', version: '4.11'
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/fengleifeng/bizsocket.git
git@gitee.com:fengleifeng/bizsocket.git
fengleifeng
bizsocket
bizsocket
master

搜索帮助