Skip to content
This repository was archived by the owner on Sep 26, 2023. It is now read-only.

Commit 6e12445

Browse files
authored
chore: minor cleanups (#1573)
1 parent 92b7632 commit 6e12445

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

WORKSPACE

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ load("@com_google_protobuf//:protobuf_deps.bzl",
1919
# PROTOBUF_MAVEN_ARTIFACTS variable so that the Bazel users can resolve their
2020
# dependencies through maven_install.
2121
# https://github.com/protocolbuffers/protobuf/issues/9132
22-
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
2322
RULES_JVM_EXTERNAL_TAG = "4.2"
2423
RULES_JVM_EXTERNAL_SHA = "cd1a77b7b02e8e008439ca76fd34f5b07aecb8c752961f9640dea15e9e5ba1ca"
2524
http_archive(
@@ -28,7 +27,9 @@ http_archive(
2827
sha256 = RULES_JVM_EXTERNAL_SHA,
2928
url = "https://github.com/bazelbuild/rules_jvm_external/archive/%s.zip" % RULES_JVM_EXTERNAL_TAG,
3029
)
30+
3131
load("@rules_jvm_external//:defs.bzl", "maven_install")
32+
3233
maven_install(
3334
artifacts = PROTOBUF_MAVEN_ARTIFACTS,
3435
generate_compat_repositories = True,

0 commit comments

Comments
 (0)