From 8a20df1a97c863fd6ee3c5f7ef9c3a8f4ed2dd49 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 } } }