A
A
Artyom2014-09-27 13:56:48
IntelliJ IDEA
Artyom, 2014-09-27 13:56:48

How to download Gradle dependencies to a separate directory?

It is clear that he connects everything himself when starting the project, but for auto-completion in IntelliJ, I would like them to be in a separate directory.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Artyom, 2014-09-27
@Dracontis

task copyToLib(type: Copy) {
into "$buildDir/output/lib"
from configurations.runtime
}
build.dependsOn copyToLib

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question