Skip to content

Commit 1067abd

Browse files
committed
Update README.md
1 parent e3876a3 commit 1067abd

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Gradle Shadow
1+
# Shadow
22

33
Gradle plugin for creating fat/uber JARs with support for package relocation.
44

@@ -11,24 +11,24 @@ Gradle plugin for creating fat/uber JARs with support for package relocation.
1111
1212
## Documentation
1313

14-
Read the [User Guide](https://gradleup.com/shadow/)!
14+
- [User Guide](https://gradleup.com/shadow/)
15+
- [Change Log](src/docs/changes/README.md)
1516

1617
## Current Status
1718

1819
[![Maven Central](https://img.shields.io/maven-central/v/com.gradleup.shadow/shadow-gradle-plugin)](https://central.sonatype.com/artifact/com.gradleup.shadow/shadow-gradle-plugin)
1920
[![Sonatype Nexus (Snapshots)](https://img.shields.io/nexus/s/com.gradleup.shadow/shadow-gradle-plugin?&server=https://oss.sonatype.org/)](https://oss.sonatype.org/content/repositories/snapshots/com/gradleup/shadow/)
2021
[![Plugin Portal](https://img.shields.io/gradle-plugin-portal/v/com.gradleup.shadow)](https://plugins.gradle.org/plugin/com.gradleup.shadow)
21-
[![CI](https://github.com/GradleUp/shadow/actions/workflows/ci.yml/badge.svg?branch=main&event=push)](https://github.com/GradleUp/shadow/actions/workflows/ci.yml?query=branch:main+event:push)
22+
[![CI](https://github.com/GradleUp/shadow/actions/workflows/build.yml/badge.svg?branch=main&event=push)](https://github.com/GradleUp/shadow/actions/workflows/build.yml?query=branch:main+event:push)
2223
[![License](https://img.shields.io/github/license/GradleUp/shadow.svg)](LICENSE)
2324

24-
## Latest Test Compatibility
25+
## Compatibility Matrix
2526

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+ |
33-
34-
**NOTE**: Shadow v5.+ is compatible with Gradle 5.x - 6.x and Java 7 - 15 _only_, v6.1.0+ requires Java 8+.
27+
| Shadow Version | Min Gradle Version | Min Java Version |
28+
|----------------|--------------------|------------------|
29+
| 5.2.0 - 6.1.0 | 5.x - 6.x | 7 |
30+
| 6.1.0+ | 6.x | 8 |
31+
| 7.0.0+ | 7.x | 8 |
32+
| 8.0.0+ | 8.0 | 8 |
33+
| 8.3.0+ | 8.3 | 8 |
34+
| 9.0.0+ | 8.3 | 11 |

0 commit comments

Comments
 (0)