Skip to content

Commit

Permalink
Add an AllStar exemption file for binary artifacts.
Browse files Browse the repository at this point in the history
Issue google#3415

RELNOTES=n/a
PiperOrigin-RevId: 453792360
  • Loading branch information
Chang-Eric authored and Dagger Team committed Jun 8, 2022
1 parent 52c3a4d commit ef8a2ef
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .allstar/binary_artifacts.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# The bootstrap compiler is needed for an older version of Dagger so that Dagger can build while
# also using Dagger internally.
# The xprocessing jars are there temporarily during the migration to KSP. These will be replaced
# by normal dependencies on xprocessing once the xprocessing APIs stabilize. See b/191911048 and
# b/232152495.

ignorePaths:
- java/dagger/internal/codegen/bootstrap/bootstrap_compiler_deploy.jar
- java/dagger/internal/codegen/kythe/kythe_plugin_deploy.jar # TODO(b/235380696): remove this
- java/dagger/internal/codegen/xprocessing/xprocessing-testing.jar
- java/dagger/internal/codegen/xprocessing/xprocessing.jar

0 comments on commit ef8a2ef

Please sign in to comment.