Gordon King created MNEMONIC-551:
------------------------------------
Summary: Switch insecure protocols to secure ones
Key: MNEMONIC-551
URL: https://issues.apache.org/jira/browse/MNEMONIC-551
Project: Mnemonic
Issue Type: Sub-task
Components: Build
Affects Versions: 0.13.0
Reporter: Gordon King
Assignee: Chenyang Li
The Gradle build shows the following warnings that needs to be addressed
{code:java}
Using insecure protocols with repositories has been deprecated. This is
scheduled to be removed in Gradle 7.0. Switch Maven repository
'maven(http://repo.maven.apache.org/maven2)' to a secure protocol (like HTTPS)
or allow insecure protocols. See
https://docs.gradle.org/6.6.1/dsl/org.gradle.api.artifacts.repositories.UrlArtifactRepository.html#org.gradle.api.artifacts.repositories.UrlArtifactRepository:allowInsecureProtocol
for more details.
{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)