You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 25, 2021. It is now read-only.
Normally when I deploy Android AA library to the maven artifactory pom.xml contains aar element. But when I need to deploy more variant of the library with more classifiers by this config:
Normally when I deploy Android AA library to the maven artifactory pom.xml contains aar element. But when I need to deploy more variant of the library with more classifiers by this config:
It correctly generate
test-library-1.0.0-SNAPSHOT.pom
test-library-1.0.0-SNAPSHOT-oemDebug.aar
test-library-1.0.0-SNAPSHOT-oemRelease.aar
test-library-1.0.0-SNAPSHOT-vanillaDebug.aar
test-library-1.0.0-SNAPSHOT-vanillaRelease.aar
But the "aar" is missing in the generated pom file.
I'm not use if problem is in this library or in the android build plugin.
I'm just trying to find solution.
The text was updated successfully, but these errors were encountered: