kobalt icon indicating copy to clipboard operation
kobalt copied to clipboard

Add support for `@jar`

Open cbeust opened this issue 10 years ago • 1 comments

Basically not downloading the dependencies of that jar file:

https://docs.gradle.org/current/userguide/dependency_management.html#ssub:artifact_dependencies

cbeust avatar Jan 11 '16 21:01 cbeust

Is there a way to do that, yet?

I was hoping that compile("foo.bar:foo:jar:0.3.0") would, but it doesn't.

ethauvin avatar Apr 12 '17 07:04 ethauvin