fix Gradle configure project error

This commit is contained in:
djmil 2023-08-02 20:43:18 +02:00
parent fc3092622c
commit 6225c065fc

View File

@ -18,8 +18,8 @@ allprojects {
// Configure the CSDE
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"
corDappCpiName = "MyCorDapp"
notaryCpiName = "NotaryServer"
cordaRpcUser = "admin"