How to shrink all dependencies of an application whose main method takes input parameters? #3
Roberto-Gentili
started this conversation in
Show and tell
Replies: 1 comment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
To do this you must call
org.burningwave.tools.dependencies.Capturer.captureAndStore(String, String[], Collection<String>, String, boolean, Long)
method in your dependencies extractor class as the following example:Beta Was this translation helpful? Give feedback.
All reactions