shadow
shadow copied to clipboard
Support multiple dependencies in filtering
shadowJar {
from configurations.reflectasmshade
baseName = 'kryo-shaded'
classifier = ''
dependencies {
exclude libraries.pom, libraries.compile //where each is a List<String>
}
}
this would force String arguments to be resolved as External modules?