Hello, I am using the `com.gradleup.shadow` plugi...
# community-support
m
Hello, I am using the
com.gradleup.shadow
plugin. Is it possible to exclude every single class in a package except a few whitelisted ones? From what I am seeing on the docs,
exclude
takes priority over
include
so I am not sure if this is possible.
I need this for fastutil. My jar size is getting rather large.