Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add utility method to quickly construct JarContent if no filters or r…
…eplacement manifests are to be used (#65) The most common use of JarContentBuilder is: ```java new JarContentsBuilder().paths(path).build() ``` This allows: ```java JarContents.of(path) or paths.map(JarContents::of) ```
- Loading branch information