I have my project depending on another subproject: `dependencies { compile project(':common') }` If I build a fatcapsule everything works, but if I build a maven-capsule the compiled `common.jar` is not included in my capsule, only my normal jar is.
I have my project depending on another subproject:
dependencies { compile project(':common') }If I build a fatcapsule everything works, but if I build a maven-capsule the compiled
common.jaris not included in my capsule, only my normal jar is.