A number of developers on my team are getting errors downloading several dependencies. We checked the url of the xml metadata it’s trying to connect to and are getting back an empty HTML page (it has html and body tags), i.e: https://plugins.gradle.org/m2/org/eclipse/jgit/org.eclipse.jgit/maven-metadata.xml
Full error message for one of the libraries (we’re getting 10 such errors in this particular project’s build)
FAILURE: Build failed with an exception.
- What went wrong:
A problem occurred configuring root project ‘project-core’.
Could not resolve all files for configuration ‘:classpath’.
Could not find any matches for org.eclipse.jgit:org.eclipse.jgit:[4.8.0.201706111038-r,) as no versions of org.eclipse.jgit:org.eclipse.jgit are available.
Searched in the following locations:
https://plugins.gradle.org/m2/org/eclipse/jgit/org.eclipse.jgit/maven-metadata.xml
http://www.mvnrepository.com/org/eclipse/jgit/org.eclipse.jgit/maven-metadata.xml
http://www.mvnrepository.com/org/eclipse/jgit/org.eclipse.jgit/
Required by:
project : > org.ajoberstar:grgit:2.1.0