Add a gradle task to output libs
This commit is contained in:
parent
cc541bd55c
commit
7e794894a3
1 changed files with 4 additions and 0 deletions
|
@ -456,3 +456,7 @@ String humanizeArg(String arg){
|
||||||
return builder.toString().substring(0, builder.toString().length() - 1)
|
return builder.toString().substring(0, builder.toString().length() - 1)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
task copyToLib(type: Copy) {
|
||||||
|
into "$buildDir/output/lib"
|
||||||
|
from configurations.runtime
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue