File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change 1
- # Gradle Shadow
1
+ # Shadow
2
2
3
3
Gradle plugin for creating fat/uber JARs with support for package relocation.
4
4
@@ -11,24 +11,24 @@ Gradle plugin for creating fat/uber JARs with support for package relocation.
11
11
12
12
## Documentation
13
13
14
- Read the [ User Guide] ( https://gradleup.com/shadow/ ) !
14
+ - [ User Guide] ( https://gradleup.com/shadow/ )
15
+ - [ Change Log] ( src/docs/changes/README.md )
15
16
16
17
## Current Status
17
18
18
19
[ ![ 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 )
19
20
[ ![ 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/ )
20
21
[ ![ 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 )
22
23
[ ![ License] ( https://img.shields.io/github/license/GradleUp/shadow.svg )] ( LICENSE )
23
24
24
- ## Latest Test Compatibility
25
+ ## Compatibility Matrix
25
26
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 |
You can’t perform that action at this time.
0 commit comments