From a679a7ab0ea880ff26158029b158fb8697a79244 Mon Sep 17 00:00:00 2001 From: Clinton Alexander Date: Thu, 22 Jun 2017 15:09:07 +0100 Subject: [PATCH] Including test files in the IRS JAR to add the time change API to the cordapp. --- samples/irs-demo/build.gradle | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/samples/irs-demo/build.gradle b/samples/irs-demo/build.gradle index 33587b10da..f577151982 100644 --- a/samples/irs-demo/build.gradle +++ b/samples/irs-demo/build.gradle @@ -112,3 +112,7 @@ publishing { } } } + +jar { + from sourceSets.test.output +} \ No newline at end of file