> > [ERROR] Failed to execute goal > org.apache.maven.plugins:maven-resources-plugin:3.3.0:resources > (default-resources) on project ABC: filtering > ...\src\main\resources\v1\gradle\wrapper\gradle-wrapper.jar to > ...\target\classes\v1\gradle\wrapper\gradle-wrapper.jar failed with > MalformedInputException: Input length = 1 > > Any ideas are much appreciated!! >
Maybe don't check JARs into your source code. On Fri, Jan 20, 2023 at 5:39 AM Delany <delany.middle...@gmail.com> wrote: > Hi Tom, > You can turn off filtering if you don't need it. The docs suggest having > separate folders for plaintext/binary resources > > https://maven.apache.org/plugins/maven-resources-plugin/examples/filter.html >