Skip to content

publish: It is impossible to change component for android library publication #114

@osipxd

Description

@osipxd

Currently component name for android library publication is hardcoded as "release". It would be great to provide the way to configure component name.

publishing {
publications.create<MavenPublication>(PUBLICATION_NAME) {
afterEvaluate {
from(components["release"])
}
}
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions