mirror of
https://github.com/corda/corda.git
synced 2025-02-21 01:42:24 +00:00
Fix raft notary demo identity generation paths
This commit is contained in:
parent
ca1b08ad37
commit
e467b3513e
@ -77,7 +77,7 @@ publishing {
|
||||
task generateNotaryIdentity(type: JavaExec) {
|
||||
classpath = sourceSets.main.runtimeClasspath
|
||||
main = "net.corda.node.utilities.ServiceIdentityGeneratorKt"
|
||||
def nodeDirs = ["$deployTo/notary1", "$deployTo/notary2", "$deployTo/notary3"].join(",")
|
||||
def nodeDirs = ["$deployTo/Notary1", "$deployTo/Notary2", "$deployTo/Notary3"].join(",")
|
||||
args = [nodeDirs, notaryType, notaryName]
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user