Maven Central and Bintray discontinued support for TLS v1.1 and below, affecting Gradle builds running on Java 6 or 7 with Gradle versions 2.1 through 4.8. Affected users will see errors like 'Received fatal alert: protocol_version' or 'peer not authenticated'. Three fixes are available: upgrade to Java 1.7.0_131+, upgrade to Gradle 4.8.1+, or replace shorthand repository declarations with explicit HTTP URLs (though the latter introduces a security risk). The first two options are recommended.
Sort: