Skip to content

Commit

Permalink
Updates the Dagger XProcessing jars to be the same as the dropped jars.
Browse files Browse the repository at this point in the history
RELNOTES=N/A
PiperOrigin-RevId: 458494115
  • Loading branch information
bcorso authored and Dagger Team committed Jul 1, 2022
1 parent 8525a2a commit de7b9d0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion java/dagger/internal/codegen/xprocessing/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ java_library(
"//third_party/java/guava/base",
"//third_party/java/guava/collect",
"//third_party/java/javapoet",
"//third_party/kotlin/kotlinpoet",
"@maven//:org_jetbrains_kotlin_kotlin_stdlib",
"@maven//:org_jetbrains_kotlin_kotlin_stdlib_jdk8",
],
Expand All @@ -49,6 +48,10 @@ alias(
java_import(
name = "xprocessing-jar",
jars = ["xprocessing.jar"],
deps = [
"//third_party/kotlin/kotlinpoet",
"@maven//:com_google_devtools_ksp_symbol_processing_api",
],
)

java_library(
Expand Down

0 comments on commit de7b9d0

Please sign in to comment.