Could not resolve all dependencies for configuration ‘:classpath’
Right, I’m not sure if it will work for others but worked for me. I changed proxyPort to 8080 and used jcenter instead of Maven. But I had to apply expeption to use HTTP instead of HTTPS. This is what I have in my build.gradle for build script and allprojects buildscript { repositories { jcenter … Read more