From e0239693aea35f86060ed99a5f248da77a02f14b Mon Sep 17 00:00:00 2001 From: djmil Date: Thu, 3 Aug 2023 15:38:01 +0200 Subject: [PATCH] Update Home --- Home.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Home.md b/Home.md index ed4d4b9..cbc0103 100644 --- a/Home.md +++ b/Home.md @@ -11,9 +11,8 @@ For some reason, to run gradle tasks from VsCode, the default `build.gradle` mus csde { cordaClusterURL = "https://localhost:8888" - networkConfigFile = "config/static-network-config.json" -- r3RootCertFile = "config/r3-ca-key.pem" + networkConfigFile = "$rootDir/config/static-network-config.json" -+ r3RootCertFile = "$rootDir/config/r3-ca-key.pem" + r3RootCertFile = "config/r3-ca-key.pem" corDappCpiName = "MyCorDapp" notaryCpiName = "NotaryServer" cordaRpcUser = "admin" @@ -30,6 +29,8 @@ For some reason, to run gradle tasks from VsCode, the default `build.gradle` mus } ``` +Note, that there is must be no prefix for `r3RootCertFile` property. + ## JDK [Install](https://docs.azul.com/core/zulu-openjdk/install/macos) recommend JDK (Azul Zulu 11) and tell gradle to use it.