Closed cpovirk closed 4 months ago
Thanks.
And err, I guess not that "mysteriously": I'd missed the "error: warnings found and -Werror specified" line, and I guess that that line counts as an "error" in addition to the two "warnings?"
Presumably we could make 18 work by adding a couple suppressions, but we might as well stick with the versions that the build recommends.
Maybe this was a typo?
My build with 18 failed mysteriously:
A similar build with 21 fails faster and with more actionable information:
As hoped,
JAVA_HOME=$HOME/jdk-17.0.2 ./gradlew assemble
seems to be going fine.