CORE-13823: Configure workflows module name (#46)

This commit is contained in:
Tony Lawson 2023-05-18 16:31:28 +01:00 committed by GitHub
parent abe04744df
commit dce1f36199
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View File

@ -24,6 +24,7 @@ allprojects {
notaryCpiName = "NotaryServer" notaryCpiName = "NotaryServer"
cordaRpcUser = "admin" cordaRpcUser = "admin"
cordaRpcPasswd ="admin" cordaRpcPasswd ="admin"
workflowsModuleName = workflowsModule
csdeWorkspaceDir = "workspace" csdeWorkspaceDir = "workspace"
notaryVersion = cordaNotaryPluginsVersion notaryVersion = cordaNotaryPluginsVersion
combinedWorkerVersion = combinedWorkerJarVersion combinedWorkerVersion = combinedWorkerJarVersion

View File

@ -17,6 +17,9 @@ cordaPluginsVersion=7.0.3
# Specify the version of the CSDE gradle plugin to use # Specify the version of the CSDE gradle plugin to use
csdePluginVersion=1.0.0-alpha-+ 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. # For the time being this just needs to be set to a dummy value.
platformVersion = 999 platformVersion = 999