aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
AgeCommit message (Expand)Author
2017-10-26Enable InconsistentOverloads checking in ErrorProne.Stephan Herhut
2017-10-25Enable more ErrorProne checks.Stephan Herhut
2017-10-24Enable errorprone check to ensure hashCode is implemented.Stephan Herhut
2017-10-24Add support for AutoValue in examples.Stephan Herhut
2017-10-23Enable IntLongMath checker of error proneMikaël Peltier
2017-10-19Enable OvershadowingSubclassFields checkerMikaël Peltier
2017-10-17Move ASM 6 from beta to official releaseMikaël Peltier
2017-10-17Enable missing overrides checkBenoit Lamarche
2017-10-17Enable error prone only on D8/R8 sourcesMikaël Peltier
2017-10-17Merge "Revert "Enable error prone by default""Mikael Peltier
2017-10-17Revert "Enable error prone by default"Mikael Peltier
2017-10-17Merge "Enable error prone by default"Mikael Peltier
2017-10-17Add all remaining missing @OverridesBenoit Lamarche
2017-10-17Enable error prone by defaultMikaël Peltier
2017-10-17Enable ClassCanBeStatic check of error proneMikaël Peltier
2017-10-16Enable operator precedence rule of error proneMikaël Peltier
2017-10-16Allow to use error proneMikaël Peltier
2017-10-13Add gradle support to build Java 9 testsMikaël Peltier
2017-10-13Fix downloadDx string condition.Tamas Kenez
2017-10-12Add a simple task to collect dependenciesSøren Gjesse
2017-10-09Merge "Let ArchiveClassFileProvider allow subclasses"Yohann Roussel
2017-10-09Let ArchiveClassFileProvider allow subclassesYohann Roussel
2017-10-09Add new const-method-handle opcodeMikaël Peltier
2017-10-06Update Art and Art tests from aosp mastermikaelpeltier
2017-10-05Update how art tests are builtMikaël Peltier
2017-10-05Disable test with Jack input when running on old runtimes (pre dex v37).Ian Zerny
2017-10-04Enable run of tests on devices and emulatorsJean-Marie Henaff
2017-10-02Merge "Revert "Revert "Update ASM to 6.0 beta with support for java 9 class f...Alan Leung
2017-10-02Revert "Revert "Update ASM to 6.0 beta with support for java 9 class files.""Alan Leung
2017-10-02Fix download dependencies when output folder does not existSebastien Hertz
2017-09-24Fix a path to dx on Mac.Jinseong Jeon
2017-09-22Revert "Update ASM to 6.0 beta with support for java 9 class files."Mads Ager
2017-09-22Update ASM to 6.0 beta with support for java 9 class files.Mads Ager
2017-09-22Fork shadow for java9 support.Mads Ager
2017-09-19Fix wrong path in previous 'build examples with none/default/all debuginfo.'Tamas Kenez
2017-09-19Build and test example jars with none/default/all debuginfo.Tamas Kenez
2017-09-15Reduce the dependencies pulled in via guava.Mads Ager
2017-09-15Merge "Update the version of Guava to 23.0."Stephan Herhut
2017-09-14Include libraries licenses in d8.jar and r8.jarYohann Roussel
2017-09-12Update the version of Guava to 23.0.Stephan Herhut
2017-09-11Create gradle task for kotlin compilerSebastien Hertz
2017-09-08Add LICENSE file to jar bundlesRico Wind
2017-09-06Merge "Add a simple Proguard comaptibility tool"Søren Gjesse
2017-09-04Reapply "Add a separate tool for computing the main-dex list"Søren Gjesse
2017-09-04Revert "Add a separate tool for computing the main-dex list"Søren Gjesse
2017-09-01Add a simple Proguard comaptibility toolSøren Gjesse
2017-08-31Add a separate tool for computing the main-dex listSøren Gjesse
2017-08-25Quiet kotlin warningsSebastien Hertz
2017-08-22Use a version of json-simple that does not pull in junit and hamcrest.Mads Ager
2017-08-22Be more precise when relocating with shadowJar.Stephan Herhut