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.