-
I have downloaded the https://github.com/jpos/jPOS-template project when running gradlew.bat install getting below error: I am running on windows using amazon-corretto-17.0.10.7.1-windows-x64-jdk C:\Vikas\src\poc\jPOS-template>gradlew.bat install Exception in thread "main" javax.net.ssl.SSLHandshakeException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Java 17 is not supported for the jPOS and jPOS-EE 2.x.x series. You can use up to Java 11. That said, that looks like a networking issue as Gradle should be able to download its dependencies. |
Beta Was this translation helpful? Give feedback.
Java 17 is not supported for the jPOS and jPOS-EE 2.x.x series. You can use up to Java 11.
Java 22 will be required for jPOS and jPOS-EE 3.x.x series once released.
That said, that looks like a networking issue as Gradle should be able to download its dependencies.