Closed panpeter closed 3 years ago
Hey, just wanted to let you know this week is super busy for me so I probably won't get to this for a few days. :)
Ok, thanks for info 👍
Thank you for creating such a well thought out PR, I really appreciate it. :)
There are a few other changes I'd like to make, but I'll try to create a release today or in the next few days.
The code is well maintained so it was a pleasure to work with it 👌
And thanks for checking and merging this PR and publishing the new version 🚀
Hello, thanks for the additions. How can we use this bundle directory, from wearable gradle file for example? @panpeter
@HasimD one option is to copy all artifacts you want to publish to a temporary folder and then set artifactDir
to this tmp folder as described here 👍
I couldn't get if our cases match or not. In my case, when I try to publish version for app, it's working great. However when I do the same thing for wear platform, it fails. It tries to publish new wear version top on the app, this is the reason of failure. @panpeter @SUPERCILEX
and thank you for the answer.
This PR updates
publishBundle
anduploadPrivateBundle
tasks. WhenartifactsDir
is specified, both tasks will now upload all bundle files found in the artifacts directory.✅ Tests pass ✅ Checked with real project ✅ Documentation verified (no update needed)
Closes: https://github.com/Triple-T/gradle-play-publisher/issues/914