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
This is actually a feature request.
In my current project we have 130+ variants (please don't judge me). This causes the task collectDependencies to take a lot of time when generating licenses.
While browsing the code, I noticed that we are running this task to all the variants here:
About this issue
This is actually a feature request.
In my current project we have 130+ variants (please don't judge me). This causes the task
collectDependencies
to take a lot of time when generating licenses.While browsing the code, I noticed that we are running this task to all the variants here:
AboutLibraries/plugin-build/plugin/src/main/kotlin/com/mikepenz/aboutlibraries/plugin/AboutLibrariesPluginAndroidExtension.kt
Lines 18 to 20 in a2d604d
It would be nice to have this task respect the
aboutLibraries.exportVariant
property or even create a new one to reduce the time of any of the tasks.Details
Checklist
The text was updated successfully, but these errors were encountered: