Bradley Turek

Results 46 comments of Bradley Turek

Okay, I've been trying and trying. I've figured out about [delegates], so: progress. Then I realized that if you call `resolvedConfiguration`, like I was { vvvvvvvvvvvvvvvvvv dependencies = project.configurations.runtime.resolvedConfiguration.resolvedArtifacts directoryToCopyTo...

But then, I happened upon [this thread], which gave the wonderful suggestion of using the [Sync task] instead of the Copy task! > ## Sync > This task is like...

The CopyAppDependenciesTask is really short and sweet, so this shouldn't be too hard, right? I'm a total noob when it comes to groovy, but it seems this might be fixed...

Ooh! Maybe we can solve this using the `default` configuration! Here's [who lead me to that answer](https://stackoverflow.com/a/51837586/5432315).

@nhajratw, I'm not sure, but according to [this guy](https://stackoverflow.com/a/46196758/5432315) > the `default` configuration extendsFrom `runtime`, `runtimeOnly`, `implementation`