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 e29790e commit 90657daCopy full SHA for 90657da
tests/MODULE.bazel
@@ -142,6 +142,9 @@ use_repo(annex_test_2_12, "annex_test_2_12")
142
143
http_file = use_repo_rule("@bazel_tools//tools/build_defs/repo:http.bzl", "http_file")
144
145
+# We fetch these via `http_file` instead of `rules_jvm_external` because they're used in
146
+# `scala_import` targets. By them not having `JavaInfo` or any extra providers added, we test that
147
+# `scala_import` doesn't rely on any of this information.
148
http_file(
149
name = "shapeless_jar",
150
downloaded_file_path = "shapeless.jar",
0 commit comments