From f6fd793dd7c755bc6362e01fa161a1a85e57e48e Mon Sep 17 00:00:00 2001 From: Clinton Alexander Date: Tue, 11 Oct 2016 13:34:53 +0100 Subject: [PATCH] Advertised services now correctly output. --- .../src/main/groovy/com/r3corda/plugins/Node.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle-plugins/cordformation/src/main/groovy/com/r3corda/plugins/Node.groovy b/gradle-plugins/cordformation/src/main/groovy/com/r3corda/plugins/Node.groovy index c47e980812..a3945dfaab 100644 --- a/gradle-plugins/cordformation/src/main/groovy/com/r3corda/plugins/Node.groovy +++ b/gradle-plugins/cordformation/src/main/groovy/com/r3corda/plugins/Node.groovy @@ -198,7 +198,7 @@ class Node { "dirName": dirName, "nearestCity": nearestCity, "isHttps": isHttps, - "advertisedServices": advertisedServices, + "advertisedServices": advertisedServices.join(","), "networkMapAddress": networkMapAddress, "artemisPort": artemisPort.toString(), "webPort": webPort.toString()