--
You received this message because you are subscribed to the Google Groups "adt-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to adt-dev+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
You are referring to Gradle behaviour here. But according to maven rules you should have type in your dependency declaration in pom (and pom is maven specific file). Maybe there are more build/dependency management systems that rely on type of dependency, but afaik at least maven users are, unfortunately, in trouble here and have to use exclusions hack.
I would say it is a bug in pom generation since pom-specific rules werent preserved.
06 авг. 2014 г. 0:33 пользователь "Jake Wharton" <jakew...@gmail.com> написал:
This is bad. Similar to Gradle versions of "+" being copied into Maven poms.If it is a Gradle Android plugin doing this then the plugin needs to be fixed.
Maven repos like Central should reject artifacts that provide malformed poms. To date they have relied upon everyone being good citizens but it seems like stricted enforcement is now required.
2014-08-07 13:20 GMT+02:00 William Ferguson <william....@xandar.com.au>:
This is bad. Similar to Gradle versions of "+" being copied into Maven poms.If it is a Gradle Android plugin doing this then the plugin needs to be fixed.So you think that this is issue of Gradle Android plugin not gradle itself?
--
You received this message because you are subscribed to the Google Groups "adt-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to adt-dev+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to a topic in the Google Groups "adt-dev" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/adt-dev/PM50ZXFXN_k/unsubscribe.
To unsubscribe from this group and all its topics, send an email to adt-dev+u...@googlegroups.com.
--
You received this message because you are subscribed to a topic in the Google Groups "adt-dev" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/adt-dev/PM50ZXFXN_k/unsubscribe.
To unsubscribe from this group and all its topics, send an email to adt-dev+u...@googlegroups.com.
--
You received this message because you are subscribed to a topic in the Google Groups "adt-dev" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/adt-dev/PM50ZXFXN_k/unsubscribe.
To unsubscribe from this group and all its topics, send an email to adt-dev+u...@googlegroups.com.
On 6 September 2014 at 3:21:21 am, Tomáš Procházka (tomas.p...@gmail.com) wrote:
It looks that nobody reply on it :-(Gradle doesn't have some issue tracking tool?