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
I am trying to run "mvn clean install" for com.github.erosb:everit-json-schema:1.14.4. But the build is failing with the given error -->
[ERROR] testInEarlyFailingMode{TestCase}[253] Time elapsed: 130.956 s <<< ERROR!
java.io.UncheckedIOException: java.net.ConnectException: Connection timed out
at org.everit.json.schema.V4TestSuiteTest.testInEarlyFailingMode(V4TestSuiteTest.java:41)
Caused by: java.net.ConnectException: Connection timed out
at org.everit.json.schema.V4TestSuiteTest.testInEarlyFailingMode(V4TestSuiteTest.java:41)
Caused by: java.net.ConnectException: Connection timed out
at org.everit.json.schema.V4TestSuiteTest.testInEarlyFailingMode(V4TestSuiteTest.java:41)
I am using the following java and maven versions ->
I am trying to run "mvn clean install" for com.github.erosb:everit-json-schema:1.14.4. But the build is failing with the given error -->
I am using the following java and maven versions ->
Please assist on how to resolve this issue.
The text was updated successfully, but these errors were encountered: