Skip to content

Commit fd46002

Browse files
kylehoehnsmbhave
authored andcommitted
Fix typo for includeLayerTools
See gh-21310
1 parent e484246 commit fd46002

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)