mirror of
https://github.com/corda/corda.git
synced 2025-01-30 16:14:39 +00:00
8e535b2a8a
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 1bbcb8722edf02d6422888095d7195a4f73079d4)