From dce1f3619981d8d4c62b2dc47542db5164399dc6 Mon Sep 17 00:00:00 2001 From: Tony Lawson Date: Thu, 18 May 2023 16:31:28 +0100 Subject: [PATCH] CORE-13823: Configure workflows module name (#46) --- build.gradle | 1 + gradle.properties | 3 +++ 2 files changed, 4 insertions(+) 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