File tree Expand file tree Collapse file tree 3 files changed +2
-29
lines changed
Advanced/secretsanta-cordapp Expand file tree Collapse file tree 3 files changed +2
-29
lines changed Original file line number Diff line number Diff line change 11buildscript { // properties that you need to build the project
22 Properties constants = new Properties ()
3- file(" $projectDir /./constants.properties" ). withInputStream { constants. load(it) }
3+ file(" $projectDir /.. /constants.properties" ). withInputStream { constants. load(it) }
44
55 ext {
66 corda_release_group = constants. getProperty(" cordaReleaseGroup" )
@@ -108,21 +108,6 @@ dependencies {
108108 cordaCompile " org.apache.logging.log4j:log4j-slf4j-impl:${ log4j_version} "
109109}
110110
111- // Task to build the jar for ganache.
112- task ganache {
113- subprojects {
114- if (it. project. name != " clients" ) {
115- dependsOn jar
116- doLast {
117- copy {
118- from " ${ buildDir} /libs"
119- into " ${ rootDir} /build/libs"
120- }
121- }
122- }
123- }
124- }
125-
126111// Task to deploy the nodes in order to bootstrap a network
127112task deployNodes (type : net.corda.plugins.Cordform , dependsOn : [' jar' ]) {
128113
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1- name =Test
1+ name =Secret Santa
22group =com.secretsanta
33version =0.1
You can’t perform that action at this time.
0 commit comments