• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# The bootstrap compiler is needed for an older version of Dagger so that Dagger can build while
2# also using Dagger internally.
3# The xprocessing jars are there temporarily during the migration to KSP. These will be replaced
4# by normal dependencies on xprocessing once the xprocessing APIs stabilize. See b/191911048 and
5# b/232152495.
6
7ignorePaths:
8- java/dagger/internal/codegen/bootstrap/bootstrap_compiler_deploy.jar
9- java/dagger/internal/codegen/kythe/kythe_plugin_deploy.jar  # TODO(b/235380696): remove this
10- java/dagger/internal/codegen/xprocessing/xprocessing-testing.jar
11- java/dagger/internal/codegen/xprocessing/xprocessing.jar
12- tools/jarjar/test/test-library1.jar
13- tools/jarjar/test/test-library2.jar