You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please check the User Guide before submitting "how do I do 'x'?" questions!
Shadow Version
2.0.2
Gradle Version
4.5
Expected Behavior
Everyplace the code is calling archive.getInputStream or otherwise opening a stream should be closed. For example, copyArchiveEntry should close the inputStream from archive.getInputStream as IOUtils.copyLarge does not.
Actual Behavior
Our build process runs out of file handles while building our shadow jars.
Gradle Build Script(s)
Content of Shadow JAR (jar tf <jar file> - post link to GIST if too long)
The text was updated successfully, but these errors were encountered:
Please check the User Guide before submitting "how do I do 'x'?" questions!
Shadow Version
2.0.2
Gradle Version
4.5
Expected Behavior
Everyplace the code is calling archive.getInputStream or otherwise opening a stream should be closed. For example, copyArchiveEntry should close the inputStream from archive.getInputStream as IOUtils.copyLarge does not.
Actual Behavior
Our build process runs out of file handles while building our shadow jars.
Gradle Build Script(s)
Content of Shadow JAR (
jar tf <jar file>
- post link to GIST if too long)The text was updated successfully, but these errors were encountered: