shadow icon indicating copy to clipboard operation
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.

Results 105 shadow issues
Sort by recently updated
recently updated
newest added

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...

Migrate things in: - #871 - #854 - Closes #892. - Closes #888. - Closes #894. - Closes #911.

### 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. ## Rate-Limited These updates are currently rate-limited. Click on a checkbox below to force...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | com.gradle.enterprise | `3.12.6` -> `3.17.3` | [![age](https://developer.mend.io/api/mc/badges/age/maven/com.gradle.enterprise/3.17.3?slim=true)](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...