rules_scala icon indicating copy to clipboard operation
rules_scala copied to clipboard

`--strategy=SingleJar=worker` errors

Open andyscott opened this issue 5 years ago • 1 comments

In a new project, using --strategy=SingleJar=worker results in build failures:

Worker process did not return a WorkResponse

It seems there's some flag incompatibilities that'll need to be documented.

andyscott avatar Oct 31 '18 03:10 andyscott

Odd. It appears that it intends to support workers. https://github.com/bazelbuild/bazel/blob/master/src/java_tools/singlejar/java/com/google/devtools/build/singlejar/SingleJar.java

pauldraper avatar Oct 31 '18 05:10 pauldraper