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"]) |
|
} |
|
} |
|
} |