I'am using intellij IDEA 2021.3 version.
I'am having "PKIX PATH Building" issue during gradle build. I have imported required certificates to project's jdk, also to JAVA_HOME's jdk , and also Intellij ( via File-> Settings -> Tools -> Server Certificates ). According to this link there has to be JVM Options in the gradle settings but I could not find it.
Asked
Active
Viewed 777 times
0

İsmail Altun
- 21
- 1
- 5
-
You have installed a JDK? – Mihai8 Feb 02 '22 at 07:45
-
Yes, I did. I have also defined system environment of JAVA_HOME. – İsmail Altun Feb 02 '22 at 08:03
-
See https://stackoverflow.com/a/66237630/2000323 about how to configure the JDK that is used by Gradle for the untrusted certificate. – Andrey Feb 02 '22 at 15:52