java_stub_template hard-codes local_jdk #11179
Labels
P2
We'll consider working on this in future. (Assignee optional)
team-Rules-Java
Issues for Java rules
type: bug
In java_stub_template.txt, when executing the actual java binary, if the classpath is too long a fake JAR is created and executed. However, the stub currently harcodes the use of local_jdk.
An upcoming change to split the build-base target greatly inflates the number of targets, and thus classpath entries, which triggers this issue in several Bazel builds and tests.
The text was updated successfully, but these errors were encountered: