This commit is contained in:
Andy Wilkinson
2018-09-18 11:18:28 +01:00
parent 9201e23f67
commit c1b864c826
4 changed files with 10 additions and 5 deletions

View File

@@ -119,6 +119,7 @@ class BootZipCopyAction implements CopyAction {
return () -> true;
}
@SuppressWarnings("unchecked")
private Spec<FileTreeElement> createExclusionSpec(
Spec<FileTreeElement> loaderEntries) {
return Specs.union(loaderEntries, this.exclusions);