Gradle Run: Could not resolve all dependencies

This looks like a wrong version of SSLConnectionSocketFactory is on your classpath.

One common source of such a problem, if it only happens on one machine, is some other misbehaving software placing jars into Java’s Java Extension Directory (e.g. JAVA_HOME/lib/ext).

1 Like