Gradle: Make a 3rd party jar available to local gradle repository
Posted
by MH
on Stack Overflow
See other posts from Stack Overflow
or by MH
Published on 2010-04-03T21:59:33Z
Indexed on
2010/04/03
22:03 UTC
Read the original article
Hit count: 428
Hi,
currently, I'm testing Gradle as an alternative to Maven. In my projects, there are some 3rd party jars, which aren't available in any (Maven) repositories. My problem is now, how could I manage it to install these jars into my local .gradle repository. (If it's possible, I don't want to use the local Maven repository, because Gradle should run independently.) At the moment, I get a lot of exceptions because of missing jars. In Maven, it's quite simple by running the install command. However, my Google search for something similar to the Maven install command wasn't successful. Has anybody an idea?
Thanks a million in advance.
© Stack Overflow or respective owner