Fixed
- Use ASM from jdependency embedded. (#1898)
This fixes potential classpath conflicts when using Shadow with other plugins that also use ASM.
Unclaimed project
Are you a maintainer of shadow? Claim this project to take control of your public changelog and roadmap.
Changelog
Gradle plugin to create fat/uber JARs, apply file transforms, and relocate packages for applications and libraries. Gradle version of Maven's Shade plugin.
Last updated about 7 hours ago
ShadowJar tasks without ShadowPlugin applied. (#1787)shadowRuntimeElements variant. (#1662)
shadow {
// Disable publishing `shadowRuntimeElements` as an optional variant of the `java` component.
addShadowVariantIntoJavaComponent = false
}
// configuration must be done in the `afterEvaluate` phase, you cannot access `shadowRuntimeEle...