Browse Source

Update JDK requirement for CLI

See gh-49290

Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
pull/49366/head
Tran Ngoc Nhan 4 weeks ago committed by Stéphane Nicoll
parent
commit
55ef2df143
  1. 2
      spring-boot-project/spring-boot-tools/spring-boot-cli/src/main/content/INSTALL.txt

2
spring-boot-project/spring-boot-tools/spring-boot-cli/src/main/content/INSTALL.txt

@ -7,7 +7,7 @@ in order to complete your installation. @@ -7,7 +7,7 @@ in order to complete your installation.
Prerequisites
-------------
Spring Boot CLI requires Java JDK v1.8 or above in order to run. Groovy v${groovy.version}
Spring Boot CLI requires Java JDK 17 or above in order to run. Groovy v${groovy.version}
is packaged as part of this distribution, and therefore does not need to be installed (any
existing Groovy installation is ignored).

Loading…
Cancel
Save