From 324e4bf25458f08c6af603395dc2856247dee69a Mon Sep 17 00:00:00 2001 From: Dmitriy Novozhilov Date: Mon, 28 Feb 2022 10:56:04 +0300 Subject: [PATCH] Revert "Build: Remove allowUntrustedServer & allowInsecureProtocol" This revert is temporary and it should be returned after fix of problem with public TC configurations --- settings.gradle | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/settings.gradle b/settings.gradle index 03d0d5e89d9..4ae6b333cfc 100644 --- a/settings.gradle +++ b/settings.gradle @@ -82,6 +82,10 @@ buildCache { credentials.username = buildProperties.buildCacheUser credentials.password = buildProperties.buildCachePassword } + + // ADM-44444 + allowUntrustedServer = true + allowInsecureProtocol = true } } }