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
The plugin accepts a configuration parameter named buildFileName. I would expect this to allow one to configure the exact file name that should be created that contains the dependency report information, but this is not the case. Instead, this is given a fixed suffix of -dependencies.txt.
So if I pass in a buildFileName of dependencies.properties, then the resulting filename that is produced is named dependencies.properties-dependencies.txt. I would expect the file name is just named dependencies.properties.
The plugin accepts a configuration parameter named
buildFileName
. I would expect this to allow one to configure the exact file name that should be created that contains the dependency report information, but this is not the case. Instead, this is given a fixed suffix of-dependencies.txt
.So if I pass in a
buildFileName
ofdependencies.properties
, then the resulting filename that is produced is nameddependencies.properties-dependencies.txt
. I would expect the file name is just nameddependencies.properties
.@rbuisson FYI
The text was updated successfully, but these errors were encountered: