|
@@ -62,7 +62,7 @@ task clearLibs(type: Delete) {
|
|
|
|
|
|
task copyRuntimeLibs(type: Copy) {
|
|
task copyRuntimeLibs(type: Copy) {
|
|
into "${buildDir}/output/libs"
|
|
into "${buildDir}/output/libs"
|
|
- from configurations.compileClasspath
|
|
|
|
|
|
+ from configurations.runtimeClasspath
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|