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
DepClean computes the size of the dependencies based on the dependency jars downloads from Maven central using the mvn dependency:copy-dependencies plugin. If the name of the JAR does not match the name of the dependencies as obtained from the mvn dependency:tree, then the size of the JAR is not obtained and the sorting crashes triggering a NullPointException.
The text was updated successfully, but these errors were encountered:
DepClean computes the size of the dependencies based on the dependency jars downloads from Maven central using the
mvn dependency:copy-dependencies
plugin. If the name of the JAR does not match the name of the dependencies as obtained from themvn dependency:tree
, then the size of the JAR is not obtained and the sorting crashes triggering aNullPointException
.The text was updated successfully, but these errors were encountered: