From 9eea502c3e1196e278edf3d28a7ac1e12ec715e7 Mon Sep 17 00:00:00 2001 From: Abel Salgado Romero Date: Thu, 3 Jun 2021 18:24:13 +0200 Subject: [PATCH 1/2] Fix typo in 'Reacting to the Maven plugin' title See gh-26751 --- .../spring-boot-gradle-plugin/src/docs/asciidoc/reacting.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/docs/asciidoc/reacting.adoc b/spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/docs/asciidoc/reacting.adoc index 682ed2a4c6..c8c5e559a0 100644 --- a/spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/docs/asciidoc/reacting.adoc +++ b/spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/docs/asciidoc/reacting.adoc @@ -65,7 +65,7 @@ When Gradle's {application-plugin}[`application` plugin] is applied to a project [[reacting-to-other-plugins-maven]] -=Í= Reacting to the Maven plugin +== Reacting to the Maven plugin WARNING: Support for reacting to Gradle's `maven` plugin is deprecated and will be removed in a future release. Please use the `maven-publish` plugin instead. From aff136673175ef86b683181682cb82f690bc9baf Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 4 Jun 2021 09:51:48 +0200 Subject: [PATCH 2/2] Polish "Fix typo in 'Reacting to the Maven plugin' title" See gh-26751 --- .../spring-boot-gradle-plugin/src/docs/asciidoc/reacting.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/docs/asciidoc/reacting.adoc b/spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/docs/asciidoc/reacting.adoc index c8c5e559a0..17d270f893 100644 --- a/spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/docs/asciidoc/reacting.adoc +++ b/spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/docs/asciidoc/reacting.adoc @@ -64,7 +64,7 @@ When Gradle's {application-plugin}[`application` plugin] is applied to a project -[[reacting-to-other-plugins-maven]] +[[reacting-to-other-plugins.maven]] == Reacting to the Maven plugin WARNING: Support for reacting to Gradle's `maven` plugin is deprecated and will be removed in a future release. Please use the `maven-publish` plugin instead.