From 5e74fb24cccb56d173cf7e31c5d83c7d8e8842d1 Mon Sep 17 00:00:00 2001 From: phinner <62483793+phinner@users.noreply.github.com> Date: Mon, 30 Sep 2024 23:02:56 +0200 Subject: [PATCH] chore: Update shadow section in README --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index a6ea631..c14a7b2 100644 --- a/README.md +++ b/README.md @@ -12,12 +12,10 @@ Get your Mindustry plugin started with this awesome template repository, it feat - [Indra](https://plugins.gradle.org/plugin/net.kyori.indra) Gradle plugin for easier java development. -- Bundling and automatic relocation with the [Shadow](https://imperceptiblethoughts.com/shadow/) gradle plugin. +- Bundling and automatic relocation with the [Shadow](https://gradleup.com/shadow/) gradle plugin. - Unused classes are removed from the final jar. - - **NOTE:** shadow is no longer maintained, it has been replaced by a [fork](https://github.com/Goooler/shadow) from one of the major contributors. - - A `CHANGELOG.md` file that will be updated automatically when you create a release on GitHub. ## How to use