Skip to content

Commit

Permalink
Fix the URL for rules_jvm_external
Browse files Browse the repository at this point in the history
  • Loading branch information
Bencodes committed Aug 11, 2023
1 parent 6ad3d54 commit b95511d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/starlark/core/repositories/download.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def kt_download_local_dev_dependencies():
name = "rules_jvm_external",
sha256 = versions.RULES_JVM_EXTERNAL_SHA,
strip_prefix = "rules_jvm_external-%s" % versions.RULES_JVM_EXTERNAL_TAG,
url = "https://github.com/bazelbuild/rules_jvm_external/archive/%s.zip" % versions.RULES_JVM_EXTERNAL_TAG,
url = "https://github.com/bazelbuild/rules_jvm_external/releases/download/%s/rules_jvm_external-%s.tar.gz" % (versions.RULES_JVM_EXTERNAL_TAG, versions.RULES_JVM_EXTERNAL_TAG),
)

versions.use_repository(
Expand Down

0 comments on commit b95511d

Please sign in to comment.