For scenarios where files.excluded are important, for example to hide binaries to focus only on source code, it is possible to include the test binaries passing null to the findFiles method.
To avoid introducing a breaking change to current users, I have not changed the defaults.
For scenarios where
files.excluded
are important, for example to hide binaries to focus only on source code, it is possible to include the test binaries passingnull
to thefindFiles
method.To avoid introducing a breaking change to current users, I have not changed the defaults.