[android-developers] How to disable certain dex warning in Gradle

2014-11-26 Thread Leith Bade
I have a bunch of dex warning generated by an Apache Commons dependency like this: warning: Ignoring InnerClasses attribute for an anonymous inner class (org.apache.commons.beanutils.BeanMap$1) that doesn't come with an associated EnclosingMethod attribute. This class was probably produced by a

[android-developers] Re: How to disable certain dex warning in Gradle

2014-11-26 Thread Jonathan S
Apache Commons dependency using Java 6 format. You compiled it under Java 7. On Wednesday, November 26, 2014 4:48:16 AM UTC-5, Leith Bade wrote: I have a bunch of dex warning generated by an Apache Commons dependency like this: warning: Ignoring InnerClasses attribute for an anonymous inner