上传aar包

2016-08-15  本文已影响10人  heiheiwanne

命令: ./gradlew -p xuexitoutiao clean build uploadArchives --info

1. 添加maven插件  applyplugin:'maven'

2.  版本名跟组名

version'1.0.0'

group'com.****.****'

3.上传地址

uploadArchives{

repositories {

mavenDeployer {

repository(url: uri('http://**/**/**')) {

authentication(userName:'**',password:'**')

}

snapshotRepository(url: uri('http://**/**/**')) {

authentication(userName:'**',password:'**')

}

}

}

}

上一篇 下一篇

猜你喜欢

热点阅读