diff --git a/build.gradle b/build.gradle index ab652e5..28cd564 100644 --- a/build.gradle +++ b/build.gradle @@ -24,6 +24,7 @@ allprojects { notaryCpiName = "NotaryServer" cordaRpcUser = "admin" cordaRpcPasswd ="admin" + workflowsModuleName = workflowsModule csdeWorkspaceDir = "workspace" notaryVersion = cordaNotaryPluginsVersion combinedWorkerVersion = combinedWorkerJarVersion diff --git a/gradle.properties b/gradle.properties index cc311d8..3a78086 100644 --- a/gradle.properties +++ b/gradle.properties @@ -17,6 +17,9 @@ cordaPluginsVersion=7.0.3 # Specify the version of the CSDE gradle plugin to use csdePluginVersion=1.0.0-alpha-+ +# Specify the name of the workflows module +workflowsModule=workflows + # For the time being this just needs to be set to a dummy value. platformVersion = 999