Skip to content

Commit 908dc40

Browse files
authored
Update build.gradle
1 parent b87b0fb commit 908dc40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Features/queryablestate-carinsurance/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ task deployNodes(type: net.corda.plugins.Cordform, dependsOn: ['jar']) {
119119
node {
120120
name "O=Insurer,L=London,C=GB"
121121
p2pPort 10005
122-
rpcSettings {gh
122+
rpcSettings {
123123
address("localhost:10006")
124124
adminAddress("localhost:10046")
125125
}
@@ -143,4 +143,4 @@ task installQuasar(type: Copy) {
143143
from(configurations.quasar) {
144144
rename 'quasar-core(.*).jar', 'quasar.jar'
145145
}
146-
}
146+
}

0 commit comments

Comments
 (0)