I am running gradle publish in Azure Pipelines to publish my artifacts(jar) to Azure Artifactswhich is failing. (Note: We are using Azure Devops Server) Which is failing with error:
The server may not support the client's requested TLS protocol versions: (TLSv1.2, TLSv1.3). You may need to configure the client to allow other protocols to be used. See: https://docs.gradle.org/7.3.2/userguide/build_environment.html#gradle_system_properties > PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target Can someone help ?