Thanks! On Sunday, June 22, 2014 9:06:16 PM UTC-7, Tor Norbye wrote: > > > On Thu, Jun 19, 2014 at 6:18 PM, Prateek Srivastava <[email protected] > <javascript:>> wrote: > >> I know we can suppress lint from failing the build as show below, but is >> there a way to simply not run it altogether? >> >> lintOptions { >> abortOnError false >> } >> >> > Instead of abortOnError, use > > lintOptions { > checkReleaseBuilds false > } > >> -- >> 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 [email protected] <javascript:>. >> For more options, visit https://groups.google.com/d/optout. >> > >
-- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
