Skip to content

Building with Netskope client enabled

Andrea Di Lisio edited this page Dec 16, 2022 · 3 revisions

When building the project locally with the Netskope client enabled, you might face issues while downloading some library dependencies. This is usually due to missing Netskope certificates in your JVM cacerts truststore.

You can follow the Gradle setup mentioned in this Guru card to move on. If your local JDK version is greater than 17, you should use the new keytool -cacerts options in lieu of -keystore $yourCacertsLocation -storepass changeit

Clone this wiki locally