enso/BUILD.bazel
Hubert Plociniczak fede7efca4 Mixed Scala/Java, fixed scala_rules for latest JDK
Using latest JDK (after proper GraalVM integration) broke compilation of
Scala projects due to a problem with SecurityManager in `scala_rules`.
Workaround it by having custom toolchain.

Added example BUILD for mixed Scala/Java project with a small number of
dependencies.
2024-04-25 15:33:58 +02:00

3 lines
94 B
Python

load("@npm//:defs.bzl", "npm_link_all_packages")
npm_link_all_packages(name = "node_modules")