Update Home

djmil 2023-08-03 15:38:01 +02:00
parent 8d1165ed8d
commit e0239693ae

@ -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.