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 f4193f1 commit 1d9a8f2Copy full SHA for 1d9a8f2
.github/workflows/release_prep.sh
@@ -34,6 +34,6 @@ http_archive(
34
name = "rules_kotlin",
35
sha256 = "${SHA}",
36
strip_prefix = "${PREFIX}",
37
- url = "https://github.com/buildfoundation/rules_kotlin/releases/download/${TAG}/${ARCHIVE}",
+ url = "https://github.com/bazelbuild/rules_kotlin/releases/download/${TAG}/${ARCHIVE}",
38
)
39
EOF
0 commit comments