Merge branch '2.6.x' into 2.7.x

Closes gh-30060
This commit is contained in:
Andy Wilkinson
2022-03-03 20:39:21 +00:00
3 changed files with 5 additions and 3 deletions

View File

@@ -30,7 +30,7 @@ The following example shows the equivalent Gradle configuration:
[source,gradle,indent=0,subs="verbatim"]
----
bootJar {
tasks.named('bootJar') {
launchScript()
}
----