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 not an issue but a proposal for a very minor change that would make the creation of FileSets easier.
There is no fluent way of setting the usingDefaultExcludes flag in AbstractFileSet.
Due to this inconvenience instead of a completely fluent way of creating a FileSet instance:
This is not an issue but a proposal for a very minor change that would make the creation of FileSets easier.
There is no fluent way of setting the
usingDefaultExcludes
flag in AbstractFileSet.Due to this inconvenience instead of a completely fluent way of creating a
FileSet
instance:one needs to do it like this:
The
fileSet
variable needs to be of typeDefaultFileSet
because theFileSet
interface does not provide the setter.The text was updated successfully, but these errors were encountered: