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
I think something like this should work:
dependencies { files('yourfile.jar') }
Does it work for you?