Skip to content

Commit fcb99d9

Browse files
committed
Clarify Groovy file search
Previously, the Spring Boot CLI documentation and the Groovy documentation differed in how the described detection of Groovy files. The Spring Boot CLI documentation was factually incorrect. This change removes mention of the root directory in the Spring Boot CLI documentation. [#63606768]
1 parent 927d72a commit fcb99d9

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/container-spring_boot_cli.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ The Spring Boot CLI Container runs one or more Groovy (i.e. `*.groovy`) files us
55
<tr>
66
<td><strong>Detection Criteria</strong></td>
77
<td><ul>
8-
<li>The application has one or more <tt>.groovy</tt> files in the root directory, and</li>
9-
<li>All the application's <tt>.groovy</tt> files in the root directory are POGOs (a POGO contains one or more classes), and</li>
10-
<li>None of the application's <tt>.groovy</tt> files in the root directory contain a <tt>main</tt> method, and</li>
11-
<li>None of the application's <tt>.groovy</tt> files in the root directory contain a shebang (<tt>#!</tt>) declaration, and</li>
8+
<li>The application has one or more <tt>.groovy</tt> files, and</li>
9+
<li>All the application's <tt>.groovy</tt> files are POGOs (a POGO contains one or more classes), and</li>
10+
<li>None of the application's <tt>.groovy</tt> files contain a <tt>main</tt> method, and</li>
11+
<li>None of the application's <tt>.groovy</tt> files contain a shebang (<tt>#!</tt>) declaration, and</li>
1212
<li>The application does not have a <tt>WEB-INF</tt> subdirectory of its root directory.</li>
1313
</ul></td>
1414
</tr>

0 commit comments

Comments
 (0)