From d5272a7e2d9d10da8c43cebc1ac24de872296eb8 Mon Sep 17 00:00:00 2001 From: Marcono1234 Date: Sun, 15 Sep 2024 13:05:28 +0200 Subject: [PATCH 1/2] Mention original owner and plugin ID --- README.md | 7 +++++++ src/docs/README.md | 8 ++++++-- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c01e8a2e..8e0e5218 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,13 @@ Gradle plugin for creating fat/uber JARs with support for package relocation. +> [!NOTE]\ +> Previously this plugin was developed by [@johnrengelman](https://github.com/johnrengelman) and published under the ID `com.github.johnrengelman.shadow` +> 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). +> +> 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) +> and update to the latest version to receive all the latest bug fixes and improvements. + ## Documentation Read the [User Guide](https://gradleup.com/shadow/)! diff --git a/src/docs/README.md b/src/docs/README.md index ce280896..5c2117c1 100644 --- a/src/docs/README.md +++ b/src/docs/README.md @@ -7,6 +7,10 @@ actionText: User Guide → actionLink: /introduction/ --- -John Engelman - @johnrengelman - [API Docs](https://gradleup.com/shadow/api/index.html) + +Previously this plugin was developed by [@johnrengelman](https://github.com/johnrengelman) and published under the ID `com.github.johnrengelman.shadow` +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). + +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) +and update to the latest version to receive all the latest bug fixes and improvements. From 831cd91b723409c61dd79db740e53c4cc8581915 Mon Sep 17 00:00:00 2001 From: Marcono1234 Date: Sun, 15 Sep 2024 15:12:51 +0200 Subject: [PATCH 2/2] Adjust plugin links --- README.md | 4 ++-- src/docs/README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8e0e5218..b9c94e74 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,10 @@ Gradle plugin for creating fat/uber JARs with support for package relocation. > [!NOTE]\ -> Previously this plugin was developed by [@johnrengelman](https://github.com/johnrengelman) and published under the ID `com.github.johnrengelman.shadow` +> 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) > 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). > -> 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) +> 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) > and update to the latest version to receive all the latest bug fixes and improvements. ## Documentation diff --git a/src/docs/README.md b/src/docs/README.md index 5c2117c1..d2ccdc0d 100644 --- a/src/docs/README.md +++ b/src/docs/README.md @@ -9,8 +9,8 @@ actionLink: /introduction/ [API Docs](https://gradleup.com/shadow/api/index.html) -Previously this plugin was developed by [@johnrengelman](https://github.com/johnrengelman) and published under the ID `com.github.johnrengelman.shadow` +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) 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). -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) +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) and update to the latest version to receive all the latest bug fixes and improvements.