Today all of sudden I started getting below error on my Jenkins server while building app using git pr branch
> Could not resolve all files for configuration ':classpath'.
> Could not find intellij-core.jar (com.android.tools.external.com-intellij:intellij-core:26.0.1).
Searched in the following locations:
https://plugins.gradle.org/m2/com/android/tools/external/com-intellij/intellij-core/26.0.1/intellij-core-26.0.1.jar
As I can see there is no android folder itself on https://plugins.gradle.org/m2/com/ . Is there any change in repo location .
Also tried using jcenter repo, but still facing same issue.
Any suggestions/workaround for this ?