Skip to content

Commit 1fe8a6c

Browse files
mollyibotcopybara-github
authored andcommitted
Rename j2cl module used in opensource repos.
PiperOrigin-RevId: 774830481
1 parent b63c478 commit 1fe8a6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

MODULE.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ module(
33
bazel_compatibility = [">=8.0.1"],
44
)
55

6-
bazel_dep(name = "com_google_j2cl")
6+
bazel_dep(name = "j2cl", repo_name = "com_google_j2cl")
77

88
archive_override(
9-
module_name = "com_google_j2cl",
9+
module_name = "j2cl",
1010
strip_prefix = "j2cl-master",
1111
urls = ["https://github.com/google/j2cl/archive/master.zip"],
1212
)

0 commit comments

Comments
 (0)