shadow icon indicating copy to clipboard operation
shadow copied to clipboard

Support multiple dependencies in filtering

Open johnrengelman opened this issue 11 years ago • 0 comments

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?

johnrengelman avatar Jul 31 '14 17:07 johnrengelman