kobalt
kobalt copied to clipboard
Add support for `@jar`
Basically not downloading the dependencies of that jar file:
https://docs.gradle.org/current/userguide/dependency_management.html#ssub:artifact_dependencies
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.