Commit 81094e4b authored by Stephane Nicoll's avatar Stephane Nicoll

Merge branch '1.3.x'

parents 9cb95f42 f186008d
...@@ -14,6 +14,20 @@ ...@@ -14,6 +14,20 @@
<useDefaultExcludes>true</useDefaultExcludes> <useDefaultExcludes>true</useDefaultExcludes>
<fileMode>644</fileMode> <fileMode>644</fileMode>
<directoryMode>755</directoryMode> <directoryMode>755</directoryMode>
<filtered>true</filtered>
<includes>
<include>INSTALL.txt</include>
</includes>
</fileSet>
<fileSet>
<directory>src/main/content</directory>
<outputDirectory>/</outputDirectory>
<useDefaultExcludes>true</useDefaultExcludes>
<fileMode>644</fileMode>
<directoryMode>755</directoryMode>
<excludes>
<exclude>INSTALL.txt</exclude>
</excludes>
</fileSet> </fileSet>
<fileSet> <fileSet>
<directory>src/main/executablecontent</directory> <directory>src/main/executablecontent</directory>
......
...@@ -7,9 +7,9 @@ in order to complete your installation. ...@@ -7,9 +7,9 @@ in order to complete your installation.
Prerequisites Prerequisites
------------- -------------
Spring Boot CLI requires Java JDK v1.6 or above in order to run. Groovy v2.1 is packaged Spring Boot CLI requires Java JDK v1.6 or above in order to run. Groovy v${groovy.version}
as part of this distribution, and therefore does not need to be installed (any existing is packaged as part of this distribution, and therefore does not need to be installed (any
Groovy installation is ignored). existing Groovy installation is ignored).
The CLI will use whatever JDK it finds on your path, to check that you have an appropriate The CLI will use whatever JDK it finds on your path, to check that you have an appropriate
version you should run: version you should run:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment