Think this would work:
task copyRuntimeLibs(type: Copy) {
into "lib"
from configurations.testRuntime - configurations.runtime
}
Think this would work:
task copyRuntimeLibs(type: Copy) {
into "lib"
from configurations.testRuntime - configurations.runtime
}