From f99cae32050a0d2bd373bbf257e1df6943ae4a89 Mon Sep 17 00:00:00 2001 From: Viktor Kolomeyko Date: Tue, 7 Nov 2017 18:01:53 +0000 Subject: [PATCH] CORDA-770: Sync-up setting in "build.gradle" (#2012) * CORDA-770: Sync-up setting in "build.gradle" * Innocent change to the Api which should make the API check pass --- .ci/api-current.txt | 4 ++-- samples/bank-of-corda-demo/build.gradle | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.ci/api-current.txt b/.ci/api-current.txt index fb6af26f8d..f0602c29b3 100644 --- a/.ci/api-current.txt +++ b/.ci/api-current.txt @@ -1176,8 +1176,8 @@ public final class net.corda.core.flows.ReceiveStateAndRefFlow extends net.corda @co.paralleluniverse.fibers.Suspendable @org.jetbrains.annotations.NotNull public List call() ## public final class net.corda.core.flows.ReceiveTransactionFlow extends net.corda.core.flows.FlowLogic - public (net.corda.core.flows.FlowSession) - public (net.corda.core.flows.FlowSession, boolean) + @kotlin.jvm.JvmOverloads public (net.corda.core.flows.FlowSession) + @kotlin.jvm.JvmOverloads public (net.corda.core.flows.FlowSession, boolean) @co.paralleluniverse.fibers.Suspendable @org.jetbrains.annotations.NotNull public net.corda.core.transactions.SignedTransaction call() ## public @interface net.corda.core.flows.SchedulableFlow diff --git a/samples/bank-of-corda-demo/build.gradle b/samples/bank-of-corda-demo/build.gradle index 4da684ed47..88bd6e7c9d 100644 --- a/samples/bank-of-corda-demo/build.gradle +++ b/samples/bank-of-corda-demo/build.gradle @@ -53,7 +53,7 @@ task deployNodes(type: net.corda.plugins.Cordform, dependsOn: ['jar']) { networkMap "O=Notary Service,L=Zurich,C=CH" node { name "O=Notary Service,L=Zurich,C=CH" - advertisedServices = ["corda.notary.validating"] + advertisedServices = ["corda.notary.simple"] p2pPort 10002 rpcPort 10003 cordapps = ["net.corda:finance:$corda_release_version"]