Using insecure protocols with repositories has been deprecated. This is scheduled to be removed in Gradle 7.0. Switch Maven repository 'maven5(http://4thline.org/m2)' to a secure protocol (like HTTPS) or allow insecure protocols. See https://docs.gradle.org/6.5/dsl/org.gradle.api.artifacts.repositories.UrlArtifactRepository.html#org.gradle.api.artifacts.repositories.UrlArtifactRepository:allowInsecureProtocol for more details.
How can we use https: as this is not available ?
rignt now we can opt allowInsecureProtocol =true but in future it might not be a solution
any suggestion?
Using insecure protocols with repositories has been deprecated. This is scheduled to be removed in Gradle 7.0. Switch Maven repository 'maven5(http://4thline.org/m2)' to a secure protocol (like HTTPS) or allow insecure protocols. See https://docs.gradle.org/6.5/dsl/org.gradle.api.artifacts.repositories.UrlArtifactRepository.html#org.gradle.api.artifacts.repositories.UrlArtifactRepository:allowInsecureProtocol for more details.
How can we use https: as this is not available ?
rignt now we can opt allowInsecureProtocol =true but in future it might not be a solution
any suggestion?