I'm in the middle of looking into a new repository to be used within my company. We currently use IVY and although this is pretty quickly using our own local repository, the only downside is that we use ANT for build scripts and it's just ugly! I'd like to bring this side of things up to date a little and possibly use something like GRADLE (although I've heard it's slow) but I'm a little lost with the options.
Ideally, I'd like a repository which will be local as we have a number of internal jar files which cannot be shared. If there are dependencies which are available in public repos such as Maven, go off and download them and then even, if it's possible, install them in the local repository.
Any one got any suggestions would be greatly appreciated!