aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2023-12-06Configure Bazel and Gradle to avoid spurious flakes.Brad Corso
2023-05-19Switch to using a wrapper macro for kt_android_libraryEric Chang
2023-05-10Shade kotlinx metadata in Dagger's artifacts.Brad Corso
2022-07-18Updates to ViewModel support to use the new CreationExtras.Eric Chang
2021-12-28Add kotlin-stdlib to EntryPointAccessors dependencies.Brad Corso
2021-12-16Update the version of our shade library to get log4j fixes.Brad Corso
2021-09-08Update ksp dependency to latest version on maven centralBrad Corso
2021-07-27Fixes Dagger's shading to properly handle kotlin metadataBrad Corso
2020-12-09Rename genrule for combined proguard in maven.bzlDagger Team
2020-12-01Add packing proguard.txt for AARs into gen_maven_artifact macro.Dagger Team
2020-09-01Internal changeDagger Team
2020-08-04Add bzl_library rules for .bzl files without one.bcorso
2020-07-30Add ability to ban maven deps in gen_maven_artifacts.bcorso
2020-06-09Prepare Dagger sources for Copybara.cpovirk
2020-06-09Add macros for Dagger users to easily import Dagger targets.bcorso
2020-05-26Add the <parent> and <scm><tag> to the Hilt Gradle plugin POMdanysantiago
2020-05-26Add javadoc and java srcs jars for Hilt android compiler and Dagger lint.erichang
2020-05-21internal refactorbcorso
2020-05-21internal refactorbcorso
2020-05-08Add DaggerKotlinIssuesDetectorZac Sweers
2020-02-10Update bazel_common for new jarjar merge attribute.danysantiago
2020-02-10Add test artifact and add a gradle test to the example project, and update MO...bcorso
2020-01-28Dagger AndroidX Migrationdanysantiago
2020-01-09Add Cloak gradle app and build testbcorso
2020-01-06Update maven_info to exclude pure exports.bcorso
2019-10-23Add the auto common shaded jar back into the jarjar.bcorso
2019-10-04Add blaze rule to validate and generate files for a maven artifact.bcorso
2019-06-06Https everywhereronshapiro
2019-05-30Remove simple_jar in favor of the Gradle Incremental Annotation Processor hel...ronshapiro
2019-04-09Replace simple_jar.sh with @bazel_tools//zip:zipper, avoiding the need to do ...thaidn
2019-02-12Simplify simple_jar's bash code a bit.dpb
2019-02-12Add test for case where all files are in the wrong package.dpb
2019-02-12Add unit test for simple_jar.sh.dpb
2019-02-12Use Bash regular expression matching instead of grep -P.dpb
2019-02-12Extract simple_jar.sh from simple_jar.bzl.dpb
2019-02-12Fix `simple_jar` to work no matter what prefix the package_name has. This sup...ronshapiro
2018-12-06Update to Bazel 0.19.2ronshapiro
2018-11-29Fix simple_jar when used by an external bazel workspace.ronshapiro
2018-09-12Add support for gradle's incremental annotation processingronshapiro
2018-06-12Begin using github.com/google/bazel-common in Daggerronshapiro
2018-06-12Don't double-process an error message (can result in "Subsubcomponents...")ronshapiro
2018-02-18Fix typoronshapiro
2018-02-07Migrate BindingGraphPlugin to the dagger.spi package, and add a ValidationIte...ronshapiro
2018-02-05Use @bazel_tools//tools/jdk:current_java_runtime for jarjar_libraryronshapiro
2017-12-08Remove noise from jarjar_library generationronshapiro
2017-11-13Add Guava Graph (Network) representation of the binding graph, along with a p...ronshapiro
2017-11-08Automated rollback of 52a50b25jaredking
2017-11-08Add Guava Graph (Network) representation of the binding graph, along with a p...dpb
2017-04-21Make javadoc_library a little less noisy. Omit jar-zipping details and not he...ronshapiro
2017-04-21Remove blank lineronshapiro