mirror of
https://github.com/enso-org/enso.git
synced 2024-11-29 15:21:57 +03:00
fede7efca4
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.
3 lines
94 B
Python
3 lines
94 B
Python
load("@npm//:defs.bzl", "npm_link_all_packages")
|
|
npm_link_all_packages(name = "node_modules")
|