-
-
Notifications
You must be signed in to change notification settings - Fork 286
Open
Description
I was trying to use bazel modules for rules_scala, it throws below error
bazel_dep(name = "rules_scala", version = "7.0.0")
register_toolchains("@rules_scala//testing:testing_toolchain")
register_toolchains("@rules_scala//testing:scalatest_toolchain")
register_toolchains("@rules_scala//testing:specs2_junit_toolchain")
register_toolchains("@rules_scala//testing:junit_toolchain")`
ERROR: no such package '@@rules_scala++scala_deps+rules_scala_toolchains//testing': BUILD file not found in directory 'testing' of external repository @@rules_scala++scala_deps+rules_scala_toolchains. Add a BUILD file to a directory to mark it as a package.
ERROR: /private/var/tmp/_bazel_knarukulla/c061e27a8e8f33c8a7a7866ab26fe72b/external/rules_scala+/testing/BUILD:6:10: no such package '@@rules_scala++scala_deps+rules_scala_toolchains//testing': BUILD file not found in directory 'testing' of external repository @@rules_scala++scala_deps+rules_scala_toolchains. Add a BUILD file to a directory to mark it as a package. and referenced by '@@rules_scala+//testing:specs2_junit_toolchain'
ERROR: /Users/knarukulla/oss/chronon/api/py/BUILD.bazel:37:13: Analysi
Metadata
Metadata
Assignees
Labels
No labels