Hey guys. I’m trying to `pants bundle` one of my t...
# general
w
Hey guys. I’m trying to
pants bundle
one of my targets and get this error:
Copy code
23:45:21 02:53         [add-dependency-jars]WARN] Scrubbing _JAVA_OPTIONS=-Xmx10G -Xms5G

                       ==== stderr ====
                       Unexpected problem writing target jar /Users/guy/code/sb/coderbot-pants/dist/bin.jar: java.util.zip.ZipException: attempt to write past end of STORED entry
How can I figure this out other than -l=debug? (using 1.8.0 and tried 1.9.0rc1) Thanks