https://github.com/gradleup/shadow
Gradle plugin to create fat/uber JARs, apply file transforms, and relocate packages for applications and libraries. Gradle version of Maven's Shade plugin.
https://github.com/gradleup/shadow
build bundling fat-jar fatjar gradle gradle-plugin groovy hacktoberfest jar java kotlin one-jar onejar scala shading uber-jar uberjar
Last synced: 6 days ago
JSON representation
Gradle plugin to create fat/uber JARs, apply file transforms, and relocate packages for applications and libraries. Gradle version of Maven's Shade plugin.
- Host: GitHub
- URL: https://github.com/gradleup/shadow
- Owner: GradleUp
- License: apache-2.0
- Created: 2012-12-19T16:13:32.000Z (about 13 years ago)
- Default Branch: main
- Last Pushed: 2025-04-26T01:38:20.000Z (8 months ago)
- Last Synced: 2025-04-27T04:34:19.048Z (8 months ago)
- Topics: build, bundling, fat-jar, fatjar, gradle, gradle-plugin, groovy, hacktoberfest, jar, java, kotlin, one-jar, onejar, scala, shading, uber-jar, uberjar
- Language: Kotlin
- Homepage: https://gradleup.com/shadow/
- Size: 5.65 MB
- Stars: 3,925
- Watchers: 67
- Forks: 411
- Open Issues: 52
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Shadow
Gradle plugin for creating fat/uber JARs with support for package relocation.
> [!NOTE]\
> Previously this plugin was developed by [@johnrengelman](https://github.com/johnrengelman) and published under the
> ID [`com.github.johnrengelman.shadow`][johnrengelman's]
> before maintenance was transferred to the [GradleUp organization](https://github.com/GradleUp) to ensure future
> development, see [#908](https://github.com/GradleUp/shadow/issues/908).
>
> If you are still using the old plugin ID in your build script, we recommend to switch to the new plugin ID [
`com.gradleup.shadow`][gradleup's]
> and update to the latest version to receive all the latest bug fixes and improvements.
## Documentation
- [User Guide](https://gradleup.com/shadow/)
- [Change Log](docs/changes/README.md)
## Current Status
[](https://central.sonatype.com/artifact/com.gradleup.shadow/shadow-gradle-plugin)
[](https://plugins.gradle.org/plugin/com.gradleup.shadow)
[](https://github.com/GradleUp/shadow/actions/workflows/build.yml?query=branch:main+event:push)
[](LICENSE)
## Compatibility Matrix
| Shadow Version | Min Gradle Version | Min Java Version | Plugin ID |
|----------------|--------------------|------------------|------------------------------------------------------|
| 8.0.0+ | 8.0 | 8 | [`com.github.johnrengelman.shadow`][johnrengelman's] |
| 8.3.0+ | 8.3 | 8 | [`com.gradleup.shadow`][gradleup's] |
| 9.0.0+ | 8.11 | 11 | [`com.gradleup.shadow`][gradleup's] |
| 9.2.0+ | 8.11 | 17 | [`com.gradleup.shadow`][gradleup's] |
| 9.3.0+ | 9.0 | 17 | [`com.gradleup.shadow`][gradleup's] |
[johnrengelman's]: https://plugins.gradle.org/plugin/com.github.johnrengelman.shadow
[gradleup's]: https://plugins.gradle.org/plugin/com.gradleup.shadow