rules_scala
rules_scala copied to clipboard
java_stub_template to use argument file instead of classpath jar
Description
java_stub_template to use argument file instead of classpath jar This shaves 1s-1.5s when classpath is long. Requires java > 8 so to properly add it in we'll probably have a toggle or use the toolchain or something https://github.com/bazelbuild/bazel/issues/6354
Motivation
performance