Skip to content

Commit

Permalink
Rebuild bootstrap_compiler.jar at dagger-2.55.
Browse files Browse the repository at this point in the history
This CL also updates the `rebuild_bootstrap_compiler.sh` script to rename the bootstrap processor from `ComponentProcessor` to `BootstrapProcessor`.

RELNOTES=N/A
PiperOrigin-RevId: 707982072
  • Loading branch information
bcorso authored and Dagger Team committed Jan 13, 2025
1 parent 5cfd6eb commit 4b7a615
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/dagger/internal/codegen/bootstrap/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ package(default_visibility = ["//:src"])
java_plugin(
name = "bootstrap",
generates_api = 1,
processor_class = "dagger.internal.codegen.ComponentProcessor",
processor_class = "dagger.internal.codegen.BootstrapProcessor",
deps = [":bootstrap_compiler"],
)

Expand Down
Binary file not shown.

0 comments on commit 4b7a615

Please sign in to comment.