Compare commits
No commits in common. "164bc0e70f8a29707abe0d1218f696c35fcaf327" and "6225c065fcdfa430aad6834f3327c0ec9da7da82" have entirely different histories.
164bc0e70f
...
6225c065fc
2
.gitignore
vendored
2
.gitignore
vendored
@ -89,5 +89,3 @@ workspace/**
|
|||||||
|
|
||||||
# Ignore temporary data files
|
# Ignore temporary data files
|
||||||
*.dat
|
*.dat
|
||||||
|
|
||||||
.vscode/
|
|
@ -19,13 +19,13 @@ allprojects {
|
|||||||
csde {
|
csde {
|
||||||
cordaClusterURL = "https://localhost:8888"
|
cordaClusterURL = "https://localhost:8888"
|
||||||
networkConfigFile = "$rootDir/config/static-network-config.json"
|
networkConfigFile = "$rootDir/config/static-network-config.json"
|
||||||
r3RootCertFile = "config/r3-ca-key.pem"
|
r3RootCertFile = "$rootDir/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 = "$rootDir/workspace"
|
csdeWorkspaceDir = "workspace"
|
||||||
notaryVersion = cordaNotaryPluginsVersion
|
notaryVersion = cordaNotaryPluginsVersion
|
||||||
combinedWorkerVersion = combinedWorkerJarVersion
|
combinedWorkerVersion = combinedWorkerJarVersion
|
||||||
postgresJdbcVersion = "42.4.3"
|
postgresJdbcVersion = "42.4.3"
|
||||||
|
@ -35,6 +35,3 @@ 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