From f8f1b3fd41842566090b24efb399c8508bf3661f Mon Sep 17 00:00:00 2001 From: Vyacheslav Gerasimov Date: Sat, 19 Feb 2022 14:02:49 +0300 Subject: [PATCH] Build: Remove allowUntrustedServer & allowInsecureProtocol #KTI-791 --- settings.gradle | 4 ---- 1 file changed, 4 deletions(-) diff --git a/settings.gradle b/settings.gradle index 4ae6b333cfc..03d0d5e89d9 100644 --- a/settings.gradle +++ b/settings.gradle @@ -82,10 +82,6 @@ buildCache { credentials.username = buildProperties.buildCacheUser credentials.password = buildProperties.buildCachePassword } - - // ADM-44444 - allowUntrustedServer = true - allowInsecureProtocol = true } } }