CORE-13823: Configure workflows module name (#46)
This commit is contained in:
parent
abe04744df
commit
dce1f36199
@ -24,6 +24,7 @@ allprojects {
|
||||
notaryCpiName = "NotaryServer"
|
||||
cordaRpcUser = "admin"
|
||||
cordaRpcPasswd ="admin"
|
||||
workflowsModuleName = workflowsModule
|
||||
csdeWorkspaceDir = "workspace"
|
||||
notaryVersion = cordaNotaryPluginsVersion
|
||||
combinedWorkerVersion = combinedWorkerJarVersion
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user