Skip to content

How do I include a jar of a compiled subproject in a maven-capsule? #25

@fab1an

Description

@fab1an

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions