Skip to content

Commit

Permalink
Fix jspecify_anntations-j2cl pointing to '@org_jspecify-j2cl//' which…
Browse files Browse the repository at this point in the history
… cannot be found.

PiperOrigin-RevId: 697728615
  • Loading branch information
mollyibot authored and copybara-github committed Nov 18, 2024
1 parent 27f57d4 commit 61a84fe
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions third_party/BUILD
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Description:
# Thirdparty dependencies indirection for bazel.
load("@com_google_j2cl//build_defs:rules.bzl", "j2cl_import")

package(
default_visibility = ["//:__subpackages__"],
Expand All @@ -11,9 +12,9 @@ alias(
actual = "@org_jspecify",
)

alias(
j2cl_import(
name = "jspecify_annotations-j2cl",
actual = "@org_jspecify-j2cl",
jar = ":jspecify_annotations",
)

alias(
Expand Down

0 comments on commit 61a84fe

Please sign in to comment.