shadow
shadow copied to clipboard
Gradle plugin to create fat/uber JARs, apply file transforms, and relocate packages for applications and libraries. Gradle version of Maven's Shade plugin.
Please check the [User Guide](http://imperceptiblethoughts.com/shadow) before submitting "how do I do 'x'?" questions! ### Shadow Version 8.1.1 ### Gradle Version Latest ### Expected Behavior Compile/Build ### Actual Behavior "Expression 'shadowJar'...
I've noticed that if a Project applies the ShadowJar plugin, that shadow jars are automatically added to the maven publication. I do not want this. I read the [docs on...
Please check the [User Guide](http://imperceptiblethoughts.com/shadow) before submitting "how do I do 'x'?" questions! ### Shadow Version 8.1.1 ### Gradle Version 8.6 ### Expected Behavior Should only need to shadow bouncycastle...
- Adopt #854. - Adopt #871. - Closes #856. - Closes #858. - Closes #879. - Closes #888. - Closes #892. - Closes #894. - Closes #911. - Closes #919....
### Shadow Version 6.1.0 ### Gradle Version 6.8+ ### Expected Behavior When attempting to publish a specific submodule of a multi-module project, a valid pom file should be generated in...
### Shadow Version `8.1.1` ### Gradle Version `8.8` ### Actual Behavior I am trying to shadow `oshi` and relocate it, for example to `com.relocated`. The root package of `oshi` is...
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/GradleUp/shadow). This repository currently has no open or...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | com.gradle.enterprise | `3.12.6` -> `3.17.6` | [](https://docs.renovatebot.com/merge-confidence/)...
### Shadow Version ShadowJar 8.1.1 ### Gradle Version Gradle 8.7 ### Expected Behavior When having a jar dependency that isn't actually a jar/zip file, ShadowJar should throw an error and...