Skip to content

Commit 9657564

Browse files
committed
Merge pull request #21310 from kylehoehns
* pr/21310: Fix typo for includeLayerTools Closes gh-21310
2 parents e484246 + fd46002 commit 9657564

File tree

1 file changed

+1
-1
lines changed
  • spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/docs/asciidoc

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/docs/asciidoc/packaging.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,7 @@ If you wish to exclude this dependency, you can do so in the following manner:
547547
<configuration>
548548
<layers>
549549
<enabled>true</enabled>
550-
<includeLayerTools>false</enabled>
550+
<includeLayerTools>false</includeLayerTools>
551551
</layers>
552552
</configuration>
553553
</plugin>

0 commit comments

Comments
 (0)