This commit is contained in:
Andy Wilkinson
2018-10-18 15:38:06 +01:00
parent d5201070e6
commit 9b8ead825c
3 changed files with 3 additions and 1 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);