Change gradle build to correctly copy libs
Signed-off-by: Chris Cromer <chris@cromer.cl>
This commit is contained in:
parent
7d48b1ccb5
commit
e4716faca5
@ -51,5 +51,8 @@ task copyDependencies(type: Copy) {
|
||||
into "$buildDir/libs"
|
||||
}
|
||||
|
||||
build.dependsOn(copyDependencies)
|
||||
build {
|
||||
dependsOn copyDependencies
|
||||
}
|
||||
|
||||
jar.dependsOn(copyDependencies)
|
Loading…
Reference in New Issue
Block a user