apply plugin: 'org.jetbrains.kotlin.jvm' dependencies { implementation project(":core") implementation "co.paralleluniverse:quasar-core:$quasar_version" } jar { baseName "testing-sleeping-cordapp" manifest { // This JAR is part of Corda's testing framework. // Driver will not include it as part of an out-of-process node. attributes('Corda-Testing': true) } }