Skip to content

Commit a7ba802

Browse files
committed
upgrade Advanced samples
1 parent f55dfa3 commit a7ba802

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

Advanced/auction-cordapp/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ task deployNodes(type: net.corda.plugins.Cordform, dependsOn: ['jar']) {
107107
cordapp("$corda_release_group:corda-finance-workflows:$corda_release_version")
108108
cordapp project(':contracts')
109109
cordapp project(':workflows')
110+
runSchemaMigration = true
110111
}
111112
node {
112113
name "O=Notary,L=London,C=GB"
@@ -155,4 +156,4 @@ task installQuasar(type: Copy) {
155156
from(configurations.quasar) {
156157
rename 'quasar-core(.*).jar', 'quasar.jar'
157158
}
158-
}
159+
}

Advanced/constants.properties

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
cordaReleaseGroup=net.corda
22
cordaCoreReleaseGroup=net.corda
3-
cordaVersion=4.5
4-
cordaCoreVersion=4.5
5-
gradlePluginsVersion=5.0.10
3+
cordaVersion=4.6
4+
cordaCoreVersion=4.6
5+
gradlePluginsVersion=5.0.12
66
kotlinVersion=1.2.71
77
junitVersion=4.12
88
quasarVersion=0.7.10
99
log4jVersion =2.11.2
10-
platformVersion=5
10+
platformVersion=8
1111
slf4jVersion=1.7.25
1212
nettyVersion=4.1.22.Final

Advanced/negotiation-cordapp/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ task deployNodes(type: net.corda.plugins.Cordform, dependsOn: ['jar']) {
124124
nodeDefaults {
125125

126126
cordapp project(':contracts')
127+
runSchemaMigration = true
127128
}
128129
node {
129130
name "O=Notary,L=London,C=GB"

Advanced/obligation-cordapp/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ task deployNodes(type: net.corda.plugins.Cordform, dependsOn: ['jar']) {
109109
}
110110
cordapp project(':contracts')
111111
cordapp project(':workflows')
112+
runSchemaMigration = true
112113
cordapp("$corda_release_group:corda-finance-contracts:$corda_release_version")
113114
cordapp("$corda_release_group:corda-finance-workflows:$corda_release_version")
114115
cordapp("$corda_release_group:corda-confidential-identities:$corda_release_version")

0 commit comments

Comments
 (0)