post installation fix v2
This commit is contained in:
		
							parent
							
								
									fc3092622c
								
							
						
					
					
						commit
						868439478a
					
				@ -18,14 +18,14 @@ allprojects {
 | 
				
			|||||||
    // Configure the CSDE
 | 
					    // Configure the CSDE
 | 
				
			||||||
    csde {
 | 
					    csde {
 | 
				
			||||||
        cordaClusterURL = "https://localhost:8888"
 | 
					        cordaClusterURL = "https://localhost:8888"
 | 
				
			||||||
        networkConfigFile = "config/static-network-config.json"
 | 
					        networkConfigFile = "$rootDir/config/static-network-config.json"
 | 
				
			||||||
        r3RootCertFile = "config/r3-ca-key.pem"
 | 
					        r3RootCertFile = "config/r3-ca-key.pem"
 | 
				
			||||||
        corDappCpiName = "MyCorDapp"
 | 
					        corDappCpiName = "MyCorDapp"
 | 
				
			||||||
        notaryCpiName = "NotaryServer"
 | 
					        notaryCpiName = "NotaryServer"
 | 
				
			||||||
        cordaRpcUser = "admin"
 | 
					        cordaRpcUser = "admin"
 | 
				
			||||||
        cordaRpcPasswd ="admin"
 | 
					        cordaRpcPasswd ="admin"
 | 
				
			||||||
        workflowsModuleName = workflowsModule
 | 
					        workflowsModuleName = workflowsModule
 | 
				
			||||||
        csdeWorkspaceDir = "workspace"
 | 
					        csdeWorkspaceDir = "$rootDir/workspace"
 | 
				
			||||||
        notaryVersion = cordaNotaryPluginsVersion
 | 
					        notaryVersion = cordaNotaryPluginsVersion
 | 
				
			||||||
        combinedWorkerVersion = combinedWorkerJarVersion
 | 
					        combinedWorkerVersion = combinedWorkerJarVersion
 | 
				
			||||||
        postgresJdbcVersion = "42.4.3"
 | 
					        postgresJdbcVersion = "42.4.3"
 | 
				
			||||||
 | 
				
			|||||||
@ -35,3 +35,6 @@ junitVersion = 5.8.2
 | 
				
			|||||||
mockitoKotlinVersion=4.0.0
 | 
					mockitoKotlinVersion=4.0.0
 | 
				
			||||||
mockitoVersion=4.6.1
 | 
					mockitoVersion=4.6.1
 | 
				
			||||||
hamcrestVersion=2.2
 | 
					hamcrestVersion=2.2
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					# Use JDK Zulu 11
 | 
				
			||||||
 | 
					org.gradle.java.home=/Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user