Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switch from in- to excludes for resource inclusion
As nearly all resources found in the vanilla jar are desired to be included in paper, an include list is not ideal. Instead, this commit changes the copy resource tasks to an exclude-based filter. Additionally, this commit now allows consumers of paperweight-core to configure the exclude list instead of directly defining it in the task definition. The configurable exclude list is merged with all source files, defined through the vanillaJarIncludes property, and the `META-INF/MANIFEST.MF` file, which breaks decompilation of remapped jars.
- Loading branch information