Gradle cannot find Java 11
Symptom: the build fails before running tests and Gradle reports that it cannot find a Java installation matching version 11.
Why it happens: the repository build targets Java 11.
What to do:
- install Java 11 locally
- rerun the original Gradle command after Java 11 is available
./gradlew :microraft-tutorial:test \
--tests io.microraft.tutorial.OperationCommitTest