We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm building on a Windows 10 with JDK 11. Running gradlew build and getting errors.
21:23:35 INFO Jetty 9.4.14.v20181114 started and listening on port 8080 21:23:35 INFO runs at: 21:23:35 INFO http://localhost:8080/
Task :test FAILED
com.example.SmarHomeEndToEndTest > initializationError FAILED java.lang.ExceptionInInitializerError at SmartHomeEndToEndTest.java:53 Caused by: java.lang.RuntimeException at SmartHomeEndToEndTest.java:53 Caused by: java.io.IOException at SmartHomeEndToEndTest.java:53
1 test completed, 1 failed
Task :appAfterIntegrationTest Server stopped.
FAILURE: Build failed with an exception.
Any help is appreciated.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm building on a Windows 10 with JDK 11. Running gradlew build and getting errors.
21:23:35 INFO Jetty 9.4.14.v20181114 started and listening on port 8080
21:23:35 INFO runs at:
21:23:35 INFO http://localhost:8080/
com.example.SmarHomeEndToEndTest > initializationError FAILED
java.lang.ExceptionInInitializerError at SmartHomeEndToEndTest.java:53
Caused by: java.lang.RuntimeException at SmartHomeEndToEndTest.java:53
Caused by: java.io.IOException at SmartHomeEndToEndTest.java:53
1 test completed, 1 failed
FAILURE: Build failed with an exception.
Any help is appreciated.
The text was updated successfully, but these errors were encountered: