美文网首页
上传aar包

上传aar包

作者: heiheiwanne | 来源:发表于2016-08-15 16:10 被阅读10次

命令: ./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:'**')

}

}

}

}

相关文章

网友评论

      本文标题:上传aar包

      本文链接:https://www.haomeiwen.com/subject/vqyusttx.html