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
When attempting to perform gradlew build, android project running #taskName with exception if test failure test fails because of a java.net.URISyntaxException: Relative path in absolute URI.
Apparently the exception was thrown in getClickableFileUrl that received parameters C:\Users\someuser\AppData\Local\Temp\junit6187433359905736327\build\spoon-output\debug and index.html.
I am running on a Windows 10 machine.
The text was updated successfully, but these errors were encountered:
When attempting to perform
gradlew build
,android project running #taskName with exception if test failure
test fails because of ajava.net.URISyntaxException: Relative path in absolute URI
.Apparently the exception was thrown in
getClickableFileUrl
that received parametersC:\Users\someuser\AppData\Local\Temp\junit6187433359905736327\build\spoon-output\debug
andindex.html
.I am running on a Windows 10 machine.
The text was updated successfully, but these errors were encountered: