configurations { runtime }

task libs(type: Sync) {
    from configurations.runtime
    into "$buildDir/libs"
}
