From cda52fdcacb1e8a52a518156f594af93affb5e55 Mon Sep 17 00:00:00 2001 From: Will Boulter Date: Tue, 28 Jul 2020 15:59:25 +0100 Subject: [PATCH] Attempting to avoid ssl issues in jdk7 --- gradle.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/gradle.properties b/gradle.properties index 8e19841..3c711ea 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1,2 @@ systemProp.https.protocols=TLSv1.2 +systemProp.com.sun.net.ssl.checkRevocation=false