We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffff1cf commit b7a2484Copy full SHA for b7a2484
.github/workflows/release_prep.sh
@@ -33,7 +33,6 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
33
http_archive(
34
name = "rules_kotlin",
35
sha256 = "${SHA}",
36
- strip_prefix = "${PREFIX}",
37
url = "https://github.com/bazelbuild/rules_kotlin/releases/download/${TAG}/${ARCHIVE}",
38
)
39
EOF
0 commit comments