You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the issue. The examples-orms docker builder image uses Java 8, so it should work with Java 8. But I think the right direction would be to update examples-orms to use Java 11 (the current LTS release of Java). I believe that would fix this problem.
In the meantime, if you want to test locally, it should work with make dockertest.
I have Gradle 4.7 installed on OS X via
brew install gradle
.Output of
java -version
isTesting output is below. Strangely, it kept running after the java test failure for ~190 seconds (!) if I'm reading it correctly.
The text was updated successfully, but these errors were encountered: