|
1 |
| -# Gradle Shadow |
| 1 | +# Shadow |
2 | 2 |
|
3 | 3 | Gradle plugin for creating fat/uber JARs with support for package relocation.
|
4 | 4 |
|
5 | 5 | > [!NOTE]\
|
6 |
| -> Previously this plugin was developed by [@johnrengelman](https://github.com/johnrengelman) and published under the ID [`com.github.johnrengelman.shadow`](https://plugins.gradle.org/plugin/com.github.johnrengelman.shadow) |
7 |
| -> 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). |
| 6 | +> Previously this plugin was developed by [@johnrengelman](https://github.com/johnrengelman) and published under the |
| 7 | +> ID [`com.github.johnrengelman.shadow`][johnrengelman's] |
| 8 | +> before maintenance was transferred to the [GradleUp organization](https://github.com/GradleUp) to ensure future |
| 9 | +> development, see [#908](https://github.com/GradleUp/shadow/issues/908). |
8 | 10 | >
|
9 |
| -> 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`](https://plugins.gradle.org/plugin/com.gradleup.shadow) |
| 11 | +> If you are still using the old plugin ID in your build script, we recommend to switch to the new plugin ID [ |
| 12 | +`com.gradleup.shadow`][gradleup's] |
10 | 13 | > and update to the latest version to receive all the latest bug fixes and improvements.
|
11 | 14 |
|
12 | 15 | ## Documentation
|
13 | 16 |
|
14 |
| -Read the [User Guide](https://gradleup.com/shadow/)! |
| 17 | +- [User Guide](https://gradleup.com/shadow/) |
| 18 | +- [Change Log](docs/changes/README.md) |
15 | 19 |
|
16 | 20 | ## Current Status
|
17 | 21 |
|
18 | 22 | [](https://central.sonatype.com/artifact/com.gradleup.shadow/shadow-gradle-plugin)
|
19 | 23 | [](https://oss.sonatype.org/content/repositories/snapshots/com/gradleup/shadow/)
|
20 | 24 | [](https://plugins.gradle.org/plugin/com.gradleup.shadow)
|
21 |
| -[](https://github.com/GradleUp/shadow/actions/workflows/ci.yml?query=branch:main+event:push) |
| 25 | +[](https://github.com/GradleUp/shadow/actions/workflows/build.yml?query=branch:main+event:push) |
22 | 26 | [](LICENSE)
|
23 | 27 |
|
24 |
| -## Latest Test Compatibility |
| 28 | +## Compatibility Matrix |
25 | 29 |
|
26 |
| -| Gradle Version | Shadow Version | |
27 |
| -|----------------|----------------| |
28 |
| -| 5.x | 5.2.0 - 6.0.0 | |
29 |
| -| 6.x | 5.2.0 - 6.1.0 | |
30 |
| -| 7.x | 7.0.0+ | |
31 |
| -| 8.0 - 8.2.x | 8.0.0 - 8.1.1 | |
32 |
| -| 8.3+ | 8.3.0+ | |
| 30 | +| Shadow Version | Min Gradle Version | Min Java Version | Plugin ID | |
| 31 | +|----------------|--------------------|------------------|------------------------------------------------------| |
| 32 | +| 5.2.0 - 6.1.0 | 5.x - 6.x | 7 | [`com.github.johnrengelman.shadow`][johnrengelman's] | |
| 33 | +| 6.1.0+ | 6.x | 8 | [`com.github.johnrengelman.shadow`][johnrengelman's] | |
| 34 | +| 7.0.0+ | 7.x | 8 | [`com.github.johnrengelman.shadow`][johnrengelman's] | |
| 35 | +| 8.0.0+ | 8.0 | 8 | [`com.github.johnrengelman.shadow`][johnrengelman's] | |
| 36 | +| 8.3.0+ | 8.3 | 8 | [`com.gradleup.shadow`][gradleup's] | |
| 37 | +| 9.0.0+ | 8.3 | 11 | [`com.gradleup.shadow`][gradleup's] | |
33 | 38 |
|
34 |
| -**NOTE**: Shadow v5.+ is compatible with Gradle 5.x - 6.x and Java 7 - 15 _only_, v6.1.0+ requires Java 8+. |
| 39 | + |
| 40 | + |
| 41 | +[johnrengelman's]: https://plugins.gradle.org/plugin/com.github.johnrengelman.shadow |
| 42 | +[gradleup's]: https://plugins.gradle.org/plugin/com.gradleup.shadow |
0 commit comments