On Sat, Jul 18, 2009 at 1:58 PM, Russel Winder <[email protected]
> wrote:

> I still like the idea of saying "use the version of X you can find here
> <path>", but Maven and Gradle don't seem to support that.
>

BTW, Gradle can do this.  Like:

dependencies
{
   compile files('path/to/some/lib-version.jar')
}

This makes Gradle just use that jar.

-- 
John Murph
Automated Logic Research Team

Reply via email to