Build: Remove allowUntrustedServer & allowInsecureProtocol

#KTI-791
This commit is contained in:
Vyacheslav Gerasimov
2022-02-19 14:02:49 +03:00
parent 1b276a3c59
commit 8a20df1a97
-4
View File
@@ -82,10 +82,6 @@ buildCache {
credentials.username = buildProperties.buildCacheUser
credentials.password = buildProperties.buildCachePassword
}
// ADM-44444
allowUntrustedServer = true
allowInsecureProtocol = true
}
}
}