Quantcast
Channel: Gradle Forums - Latest posts
Viewing all articles
Browse latest Browse all 19854

How to download dependencies and keep remote directory structure?

$
0
0

I have a build.gradle with a task to download all dependencies to a local folder, but all jars end up in the same directory - I want the same remote directory structure locally as well.

Say the jar “kotlin-gradle-plugin.1.3.31.jar” would maybe end up in something like ./mydeps/org/jetbrains/kotlin/1.3.31/…

Is this possible?


Viewing all articles
Browse latest Browse all 19854

Trending Articles