I an SpringBoot project using Gradle I am facing a issue when Gradle is downloading one dependency:
Error:
Caused by: org.gradle.internal.resolve.ModuleVersionResolveException: Could not resolve gradle.plugin.org.inferred:gradle-processors:2.1.0.
Caused by: org.gradle.api.resources.ResourceException: Could not get resource 'https://plugins.gradle.org/m2/gradle/plugin/org/inferred/gradle-processors/2.1.0/gradle-processors-2.1.0.pom'.
Caused by: org.gradle.internal.resource.transport.http.HttpRequestException: Could not GET 'https://plugins.gradle.org/m2/gradle/plugin/org/inferred/gradle-processors/2.1.0/gradle-processors-2.1.0.pom'.
Caused by: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
I already tried the solution in this topic but it did not work: Streamparse wordcount example
Do anyone know how to fix that?