- Removes
/gradle
,/build
,/node_modules
from default excludes to allow more control to the user of the Plugin.- If these folder are in the
.gitgnore
, then they will be ignored (Having it hardcoded in defaults seems redundant).
- If these folder are in the
- Adds Gitlab CI.
- Updates configurations.
- Updates tools version.
- Updates README file.
- Adds two new static fields to the
FileListerPlugin
. - Renames
FileLister
toFileListerExtension
. - Improves
build.gradle
. - Updates README file.