Skip to content

Commit

Permalink
internal_change
Browse files Browse the repository at this point in the history
RELNOTES=N/A
PiperOrigin-RevId: 569647670
  • Loading branch information
dx404 authored and Dagger Team committed Oct 2, 2023
1 parent fd907cb commit a437535
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion java/dagger/internal/codegen/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@ java_library(
name = "processor",
srcs = glob(
["*.java"],
exclude = ["package-info.java"],
exclude = [
"package-info.java",
"ArchipelagoComponentProcessor.java",
],
),
plugins = [
"//java/dagger/internal/codegen/bootstrap",
Expand Down

0 comments on commit a437535

Please sign in to comment.