Robolectric ISSUE
I am new to this Robolectric, It is not able to download the file from parent directory
testCompile "org.robolectric:robolectric:3.1.2"
This is redirecting to the below location.
The start of this is ok. The below is redirecting to the wrong path, if I am not wrong.
<parent>
<groupId>org.sonatype.oss</groupId>
<artifactId>oss-parent</artifactId>
<version>7</version>
</parent>
because of this we are redirected to the below directory.
https://oss.sonatype.org/content/groups/public/org/sonatype/oss/oss-parent/
We don't have "7" sub directory, instead we have 8,9.
Suggest me if anything wrong in my thinking
Thanks in advance. Please help how to resolve this issue