Skip to content

Commit

Permalink
GitHub PR#285 Resolve message regarding a canonical reproducible form…
Browse files Browse the repository at this point in the history
… in `rules_jvm_external`

--
1a02561 by Joseph Tilahun <[email protected]>:

Resolve message regarding a canonical reproducible form from `rules_jvm_external`

Closes #285

GitOrigin-RevId: 316b0eb
Change-Id: Ic1e289da26f084250c63c499cf20e9ac3f9f0127
  • Loading branch information
jtilahun authored and hsudhof committed Apr 10, 2024
1 parent eba7273 commit fb25168
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ load("//third_party:bazel_skylib.bzl", "skylib_sha256", "skylib_version")
def copybara_repositories():
RULES_JVM_EXTERNAL_TAG = "6.0"

RULES_JVM_EXTERNAL_SHA = "f86fd42a809e1871ca0aabe89db0d440451219c3ce46c58da240c7dcdc00125f"
RULES_JVM_EXTERNAL_SHA = "c44568854d8bb92fe0f7dd6b1e8957ae65e45e32a058727fcf62aaafbd36f17b"

maybe(
http_archive,
Expand All @@ -36,7 +36,7 @@ def copybara_repositories():
maybe(
http_archive,
name = "rules_jvm_external",
# sha256 = RULES_JVM_EXTERNAL_SHA,
sha256 = RULES_JVM_EXTERNAL_SHA,
strip_prefix = "rules_jvm_external-%s" % RULES_JVM_EXTERNAL_TAG,
url = "https://github.com/bazelbuild/rules_jvm_external/archive/%s.zip" % RULES_JVM_EXTERNAL_TAG,
patches = ["@io_bazel//third_party:rules_jvm_external_6.0.patch"],
Expand Down

0 comments on commit fb25168

Please sign in to comment.