Hello,

According to PostgreSQL JDBC documentation [1], I had to start JVM with additional arguments that specify custom keystore:

java -Djavax.net.ssl.trustStore=mystore -Djavax.net.ssl.trustStorePassword=mypassword com.mycompany.MyApp

The problem is, how can I add such arguments to JVM using gradlew script (not as applicationDefaultJvmArgs, but as additional arguments for
`ofbiz` task)?

Bagas

[1]: https://jdbc.postgresql.org/documentation/91/ssl-client.html

--
An old man doll... just what I always wanted! - Clara

Reply via email to