From c313322aafa0065ff7b2ee6446b2e7c0eb6e2dc4 Mon Sep 17 00:00:00 2001 From: Tran Ngoc Nhan Date: Thu, 29 May 2025 10:38:31 +0700 Subject: [PATCH] Fix Gradle Shadow Plugin link in reference documentation See gh-45720 Signed-off-by: Tran Ngoc Nhan --- .../specification/pages/executable-jar/alternatives.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-docs/src/docs/antora/modules/specification/pages/executable-jar/alternatives.adoc b/spring-boot-project/spring-boot-docs/src/docs/antora/modules/specification/pages/executable-jar/alternatives.adoc index e94a71dc77b..8eb105ed7ce 100644 --- a/spring-boot-project/spring-boot-docs/src/docs/antora/modules/specification/pages/executable-jar/alternatives.adoc +++ b/spring-boot-project/spring-boot-docs/src/docs/antora/modules/specification/pages/executable-jar/alternatives.adoc @@ -6,5 +6,5 @@ If the preceding restrictions mean that you cannot use Spring Boot Loader, consi * https://maven.apache.org/plugins/maven-shade-plugin/[Maven Shade Plugin] * http://www.jdotsoft.com/JarClassLoader.php[JarClassLoader] * https://sourceforge.net/projects/one-jar/[OneJar] -* https://imperceptiblethoughts.com/shadow/[Gradle Shadow Plugin] +* https://gradleup.com/shadow/[Gradle Shadow Plugin]