I have provided fileTree(dir: 'lib', include: '*.jar') as a dependency to include libraries that aren't available via repository management, however, all of the file dependencies appear to shade when using Shadow.
Any chance you can look into a fix for this?
edit
I managed to achieve the results I was looking for by having the following:
I have
provided fileTree(dir: 'lib', include: '*.jar')
as a dependency to include libraries that aren't available via repository management, however, all of the file dependencies appear to shade when using Shadow.Any chance you can look into a fix for this?
edit I managed to achieve the results I was looking for by having the following:
The provided configuration does not work on files however, so would still like to see support for that if possible.