Merge pull request #906 from corda/clint-irsdemojarfix

Including test files in the IRS JAR to add the time change API to the…
This commit is contained in:
Clinton
2017-06-22 15:52:14 +01:00
committed by GitHub

View File

@ -112,3 +112,7 @@ publishing {
}
}
}
jar {
from sourceSets.test.output
}