Jeff Klukas
Results
42
comments of
Jeff Klukas
I don't know why issues are disabled there; I'm guessing it's to encourage folks to file bugzilla bugs rather than issues due to worry of nobody seeing the issues.
With further testing, I see that it's specifically advancing the language version that becomes a problem. The following configuration works: ``` build --java_runtime_version=remotejdk_8 build --java_language_version=8 build --tool_java_runtime_version=remotejdk_17 build --tool_java_language_version=8 ```...