When packaging libraries they will be placed under the lib directory by default.
The only way to change this is to provide an explicit library mapping using the packageLibraryMappings.
Something like a packageLibraryBaseDir project-level key would be a solution
@pavelfatin
When packaging libraries they will be placed under the
lib
directory by default. The only way to change this is to provide an explicit library mapping using thepackageLibraryMappings
. Something like apackageLibraryBaseDir
project-level key would be a solution @pavelfatin