mark-vieira / gradle-maven-settings-plugin

Gradle Maven settings plugin
Apache License 2.0
59 stars 27 forks source link

Not compatible with Android build tools 2.2.0 #10

Open dschmucki opened 8 years ago

dschmucki commented 8 years ago

The update from Android build tools 2.1.3 to 2.2.0 is not possible. The following error is thrown during a Gradle run:

Error:Unable to find method 'com.google.common.cache.CacheBuilder.build(Lcom/google/common/cache/CacheLoader;)Lcom/google/common/cache/LoadingCache;'.

ABT brings Guava 18.0 so Guava 17.0, where the CacheBuilder is included, is missing. Maybe the plugin could be fixed by using a newer version of Maven (currently 3.0.5, newest release is 3.3.9) but im not sure what the implications would be?