I disable the default `jar` task and create my `cu...
# gradle
i
I disable the default
jar
task and create my
customJar
instead. The problem is that even if I add that customJar to the default configuration, it doesn't propagate to the dependent project, unless if specifies
default
configuration explicitly when declaring a dependency