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

Get the jar path of a maven artifact

$
0
0

I’m writing a custom gradle plugin. It should generate some additional files in the project. For that I need to load the jar artifact from the known maven dependency and load all it’s classes.

So how can I get the path to the jar file of a maven artifact from my plugin?


Viewing all articles
Browse latest Browse all 20645

Trending Articles