I am totally new to Java. I am basically a UI programmer who needs to clone a java gradle project to consume data for UI.
I am trying to open a cloned gradle project to Intellij, but it is throwing me the below error -
**A problem occurred configuring root project ''.
Could not resolve all files for configuration ':classpath'. Could not download spring-boot-gradle-plugin.jar (org.springframework.boot:spring-boot-gradle-plugin:1.5.10.RELEASE)
Could not get resource 'https://repo1.maven.org/maven2/org/springframework/boot/spring-boot-gradle-plugin/1.5.10.RELEASE/spring-boot-gradle-plugin-1.5.10.RELEASE.jar'.
Could not GET 'https://repo1.maven.org/maven2/org/springframework/boot/spring-boot-gradle-plugin/1.5.10.RELEASE/spring-boot-gradle-plugin-1.5.10.RELEASE.jar'.
sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target**
Any help PLEASE!!