corda/core
Shams Asari 8e535b2a8a CORDA-2418 - Fixed inability to use TestCordapp under gradle in Windows if referring to self cordapp (#4562) (#4570)
The gradle process that runs the tests keeps an exclusive hold on built jars in Windows, which means if a test wants to get hold of the CorDapp, and it's requested from the same module, it will fail. Now instead of deleting the "libs" dir  we just use the latest created jar.

(cherry picked from commit 1bbcb8722e)
2019-01-14 14:32:13 +00:00
..
src CORDA-2418 - Fixed inability to use TestCordapp under gradle in Windows if referring to self cordapp (#4562) (#4570) 2019-01-14 14:32:13 +00:00
build.gradle [CORDA-2390] - Add whitelists and custom serializers from cordapps to serialization … (#4551) 2019-01-13 20:15:05 +00:00