This repository has been archived by the owner on Feb 11, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 211
Wrong POM when using androidTestCompile #31
Comments
whoa that's a big bug! I'll look into it, thanks for reporting it |
all done ! #32 |
xrigau
pushed a commit
that referenced
this issue
Apr 7, 2015
#31 Wrong dependencies pulled into the pom
👍 |
0.2.9 has been released with this fix https://bintray.com/novoda/maven/bintray-release/0.2.9/view |
Thanks guys. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi, guys.
Lets say I have build script that contains these dependencies:
When I upload file to bintray, your plugin generates following POM:
If I try to delete
androidTestCompile
dependencies:The plugin creates correct POM:
Can it be fixed?
Thanks.
The text was updated successfully, but these errors were encountered: