Skip to content

Commit

Permalink
Add missing java load
Browse files Browse the repository at this point in the history
  • Loading branch information
ted-xie committed Oct 25, 2024
1 parent 9065e12 commit d540303
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions java/core/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
load("@bazel_skylib//rules:build_test.bzl", "build_test")
load("@rules_pkg//pkg:mappings.bzl", "pkg_files", "strip_prefix")
load("@rules_java//java:defs.bzl", "java_library")
load("//:protobuf.bzl", "internal_gen_well_known_protos_java")
load("//:protobuf_version.bzl", "PROTOBUF_JAVA_VERSION")
load("//bazel:cc_proto_library.bzl", "cc_proto_library")
Expand Down

0 comments on commit d540303

Please sign in to comment.