Skip to content
Snippets Groups Projects
Commit 520d1a3c authored by Richard Alam's avatar Richard Alam
Browse files

- change copyToLib to resolveDeps

parent 4b5e6196
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ task dependencies(type: Copy) {
from configurations.default.allArtifacts*.file
}
task copyToLib(dependsOn: configurations.default.buildArtifacts, type: Copy) {
task resolveDeps(dependsOn: configurations.default.buildArtifacts, type: Copy) {
into('lib')
from configurations.default
from configurations.default.allArtifacts*.file
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment