1 Star 0 Fork 203

allen/easy-okhttp

forked from miles/easy-okhttp 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.gradle 358 Bytes
一键复制 编辑 原始数据 按行查看 历史
miles 提交于 2016-07-22 12:23 . 更新单独下载Jar的所有依赖
plugins {
id "com.jfrog.bintray" version "1.7"
id 'ru.vyarus.pom' version '1.0.2'
}
allprojects {
repositories {
jcenter()
}
}
//你的bintray.gradle的相对路径
apply from: 'dependency.gradle'
apply from: 'binary.gradle'
/* 导出依赖包 */
task copyJars(type: Copy) {
from configurations.runtime
into 'build/libs'
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/allenonthinking/easy-okhttp.git
git@gitee.com:allenonthinking/easy-okhttp.git
allenonthinking
easy-okhttp
easy-okhttp
master

搜索帮助

D67c1975 1850385 1daf7b77 1850385