[+] Create copyDependencies task
This commit is contained in:
@@ -26,3 +26,8 @@ compileKotlin {
|
||||
compileTestKotlin {
|
||||
kotlinOptions.jvmTarget = '1.8'
|
||||
}
|
||||
|
||||
task copyDependencies(type: Copy) {
|
||||
from configurations.default
|
||||
into 'build/dependencies'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user