-
Notifications
You must be signed in to change notification settings - Fork 643
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
上传maven时会缺失R文件 #7
Labels
enhancement
New feature or request
Comments
R文件是在assembleReleaseAar之后才会生成组装,你可以分两步来上传maven,第一步先assembleRelease生成aar,第二部再upload指定的aar到maven仓库。 |
请问upload指定的aar到maven仓库要怎么实现,uploadArchives这个命令会重新生成aar的 |
目前是先生成AAR,用mvn命令脚本上传到Maven,放弃使用gradle脚本了
…---原始邮件---
发件人: "jeepc"<notifications@github.com>
发送时间: 2019年5月30日(星期四) 中午11:20
收件人: "kezong/fat-aar-android"<fat-aar-android@noreply.github.com>;
抄送: "Author"<author@noreply.github.com>;"WindyChZh"<514900369@qq.com>;
主题: Re: [kezong/fat-aar-android] 上传maven时会确实R文件 (#7)
R文件是在assembleReleaseAar之后才会生成组装,你可以分两步来上传maven,第一步先assembleRelease生成aar,第二部再upload指定的aar到maven仓库。
请问upload指定的aar到maven仓库要怎么实现,uploadArchives这个命令会重新生成aar的
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
已在1.1.7版本中支持该功能,现在可以直接使用该插件publish到maven了。 |
感谢!
…---原始邮件---
发件人: "kezong"<notifications@github.com>
发送时间: 2019年6月4日(星期二) 中午11:03
收件人: "kezong/fat-aar-android"<fat-aar-android@noreply.github.com>;
抄送: "Author"<author@noreply.github.com>;"WindyChZh"<514900369@qq.com>;
主题: Re: [kezong/fat-aar-android] 上传maven时会确实R文件 (#7)
已在1.1.7版本中支持该功能,现在可以直接使用该插件publish到maven了。
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
使用maven将项目上传至maven时,到bundleReleaseAar就停止了,然后后续的R文件有确实
The text was updated successfully, but these errors were encountered: