File tree Expand file tree Collapse file tree 2 files changed +17
-3
lines changed Expand file tree Collapse file tree 2 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 14
14
<useDefaultExcludes >true</useDefaultExcludes >
15
15
<fileMode >644</fileMode >
16
16
<directoryMode >755</directoryMode >
17
+ <filtered >true</filtered >
18
+ <includes >
19
+ <include >INSTALL.txt</include >
20
+ </includes >
21
+ </fileSet >
22
+ <fileSet >
23
+ <directory >src/main/content</directory >
24
+ <outputDirectory >/</outputDirectory >
25
+ <useDefaultExcludes >true</useDefaultExcludes >
26
+ <fileMode >644</fileMode >
27
+ <directoryMode >755</directoryMode >
28
+ <excludes >
29
+ <exclude >INSTALL.txt</exclude >
30
+ </excludes >
17
31
</fileSet >
18
32
<fileSet >
19
33
<directory >src/main/executablecontent</directory >
Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ in order to complete your installation.
7
7
8
8
Prerequisites
9
9
-------------
10
- Spring Boot CLI requires Java JDK v1.6 or above in order to run. Groovy v2.1 is packaged
11
- as part of this distribution, and therefore does not need to be installed (any existing
12
- Groovy installation is ignored).
10
+ Spring Boot CLI requires Java JDK v1.6 or above in order to run. Groovy v${groovy.version}
11
+ is packaged as part of this distribution, and therefore does not need to be installed (any
12
+ existing Groovy installation is ignored).
13
13
14
14
The CLI will use whatever JDK it finds on your path, to check that you have an appropriate
15
15
version you should run:
You can’t perform that action at this time.
0 commit comments