diff --git a/build.gradle b/build.gradle index 31492f28..38bc7b0e 100644 --- a/build.gradle +++ b/build.gradle @@ -114,6 +114,9 @@ task deployNodes(type: net.corda.plugins.Cordform, dependsOn: ['jar']) { } cordapp project(':contracts') cordapp project(':workflows') + runSchemaMigration = true //This configuration is for any CorDapps with custom schema, We will leave this as true to avoid + //problems for developers who are not familiar with Corda. If you are not using custom schemas, you can change + //it to false for quicker project compiling time. } node { name "O=Notary,L=London,C=GB" diff --git a/constants.properties b/constants.properties index 3f49b35f..2cd5a28c 100644 --- a/constants.properties +++ b/constants.properties @@ -1,12 +1,12 @@ cordaReleaseGroup=net.corda cordaCoreReleaseGroup=net.corda -cordaVersion=4.5 -cordaCoreVersion=4.5 -gradlePluginsVersion=5.0.4 +cordaVersion=4.6 +cordaCoreVersion=4.6 +gradlePluginsVersion=5.0.12 kotlinVersion=1.2.71 junitVersion=4.12 quasarVersion=0.7.10 log4jVersion =2.11.2 -platformVersion=7 +platformVersion=8 slf4jVersion=1.7.25 nettyVersion=4.1.22.Final