Skip to content

Commit

Permalink
Merge pull request #743 from ThexXTURBOXx/master
Browse files Browse the repository at this point in the history
Update README with new badge and links
  • Loading branch information
johnrengelman authored Jul 20, 2022
2 parents 38566d5 + eda0a96 commit ab57f93
Showing 1 changed file with 7 additions and 12 deletions.
19 changes: 7 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,19 @@ Gradle plugin for creating fat/uber JARs with support for package relocation.

## Documentation

Read the [User Guide](http://imperceptiblethoughts.com/shadow)!
Read the [User Guide](https://imperceptiblethoughts.com/shadow/)!

## Current Status

[![Circle CI](https://circleci.com/gh/johnrengelman/shadow.png?style=badge)](https://circleci.com/gh/johnrengelman/shadow)
[![Download](https://img.shields.io/gradle-plugin-portal/v/com.github.johnrengelman.shadow)](https://plugins.gradle.org/plugin/com.github.johnrengelman.shadow)
[![Circle CI](https://circleci.com/gh/johnrengelman/shadow.png?style=badge)](https://app.circleci.com/pipelines/github/johnrengelman/shadow)

## Latest Test Compatibility

| Gradle Version | Shadow Version |
|----------------|----------------|
| 5.x | 5.2.0 - 6.0.0|
| 6.x | 5.2.0 - 6.1.0|
| 7.x | 7.0.0+|

**NOTE**: Shadow v5.+ is compatible with Gradle 5.x - 6.x and Java 7 - 15 _only_.


## Gradle Plugins

https://plugins.gradle.org/plugin/com.github.johnrengelman.shadow
| 5.x | 5.2.0 - 6.0.0 |
| 6.x | 5.2.0 - 6.1.0 |
| 7.x | 7.0.0+ |

**NOTE**: Shadow v5.+ is compatible with Gradle 5.x - 6.x and Java 7 - 15 _only_, v6.1.0+ requires Java 8+.

0 comments on commit ab57f93

Please sign in to comment.