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

How to add Transitive dependancies to local jar ** I don't want to create fat jar**

$
0
0

It’s not just the JARs that are downloaded. The POM file is downloaded for every resolved dependency from a Maven repository. The POM contains the dependencies. This continues recursively for each dependency encountered.

This is covered in the Maven Publishing section of the user guide.


Viewing all articles
Browse latest Browse all 19854

Trending Articles