CORE-13823: Configure workflows module name (#46)
This commit is contained in:
		
							parent
							
								
									abe04744df
								
							
						
					
					
						commit
						dce1f36199
					
				@ -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
 | 
				
			||||||
 | 
				
			|||||||
@ -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
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user