From 5a121197fcb134f2ecb28c0a4f045aff1df2c281 Mon Sep 17 00:00:00 2001 From: slowjoe007 Date: Sun, 7 Nov 2021 22:04:15 +0100 Subject: [PATCH] Fix typo See gh-28548 --- .../spring-boot-gradle-plugin/src/docs/asciidoc/packaging.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/packaging.adoc b/spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/docs/asciidoc/packaging.adoc index 11830e7e2b0..2378bd51c03 100644 --- a/spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/docs/asciidoc/packaging.adoc +++ b/spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/docs/asciidoc/packaging.adoc @@ -353,7 +353,7 @@ These closures are evaluated in the order that they are defined, from top to bot Any content not claimed by an earlier `intoLayer` closure remains available for subsequent ones to consider. The `intoLayer` closure claims content using nested `include` and `exclude` calls. -The `application` closure uses Ant-style patch matching for include/exclude parameters. +The `application` closure uses Ant-style path matching for include/exclude parameters. The `dependencies` section uses `group:artifact[:version]` patterns. It also provides `includeProjectDependencies()` and `excludeProjectDependencies()` methods that can be used to include or exclude project dependencies.