Skip to content

Commit 631b229

Browse files
committed
Use a URL for rules_jvm_external where the contents won't change
For context: bazel-contrib/SIG-rules-authors#11 (comment)
1 parent cf01987 commit 631b229

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

WORKSPACE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ http_archive(
120120
],
121121
sha256 = RULES_JVM_EXTERNAL_SHA,
122122
strip_prefix = "rules_jvm_external-%s" % RULES_JVM_EXTERNAL_TAG,
123-
url = "https://github.com/bazelbuild/rules_jvm_external/archive/%s.zip" % RULES_JVM_EXTERNAL_TAG,
123+
url = "https://github.com/bazelbuild/rules_jvm_external/archive/refs/tags/%s.zip" % RULES_JVM_EXTERNAL_TAG,
124124
)
125125

126126
load("@rules_jvm_external//:repositories.bzl", "rules_jvm_external_deps")

0 commit comments

Comments
 (0)