Skip to content

Commit 5a12119

Browse files
slowjoe007snicoll
authored andcommitted
Fix typo
See gh-28548
1 parent 190d39a commit 5a12119

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ These closures are evaluated in the order that they are defined, from top to bot
353353
Any content not claimed by an earlier `intoLayer` closure remains available for subsequent ones to consider.
354354

355355
The `intoLayer` closure claims content using nested `include` and `exclude` calls.
356-
The `application` closure uses Ant-style patch matching for include/exclude parameters.
356+
The `application` closure uses Ant-style path matching for include/exclude parameters.
357357
The `dependencies` section uses `group:artifact[:version]` patterns.
358358
It also provides `includeProjectDependencies()` and `excludeProjectDependencies()` methods that can be used to include or exclude project dependencies.
359359

0 commit comments

Comments
 (0)