Skip to content

Commit daa47ba

Browse files
committed
upload latest
1 parent 313b46e commit daa47ba

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

Features/attachment-blacklist/build.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,11 @@ allprojects {
5454
}
5555
}
5656

57+
apply plugin: 'net.corda.plugins.cordapp'
58+
apply plugin: 'net.corda.plugins.quasar-utils'
59+
apply plugin: 'net.corda.plugins.cordformation'
60+
apply plugin: 'java'
61+
5762
task deployNodes(type: net.corda.plugins.Cordform, dependsOn: ['jar']) {
5863
nodeDefaults {
5964
cordapp project(':workflows')

Features/attachment-blacklist/clients/build.gradle

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,6 @@ springBoot {
3030
mainClassName = "net.corda.samples.blacklist.webserver.Server"
3131
}
3232

33-
task runWebServer(type: JavaExec, dependsOn: assemble) {
34-
classpath = sourceSets.main.runtimeClasspath
35-
main = 'net.corda.samples.blacklist.webserver.Starter'
36-
args '--server.port=10050', '--config.rpc.host=localhost', '--config.rpc.port=10006', '--config.rpc.username=user1', '--config.rpc.password=test'
37-
}
38-
3933
task uploadBlacklist(type: JavaExec, dependsOn: assemble) {
4034
classpath = sourceSets.main.runtimeClasspath
4135
main = 'net.corda.samples.blacklist.clients.Client'

0 commit comments

Comments
 (0)