From 0dbd7a550f5fb3d096753bde73c1697e00a26204 Mon Sep 17 00:00:00 2001 From: Jay Bryant Date: Wed, 5 Jul 2023 15:14:12 -0500 Subject: [PATCH] Update the Java version to 17. --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index 80a1462..0735864 100644 --- a/README.adoc +++ b/README.adoc @@ -14,7 +14,7 @@ message on the screen so that the user can re-enter input to make it be valid. == What You Need -:java_version: 1.8 +:java_version: 17 include::https://raw.githubusercontent.com/spring-guides/getting-started-macros/main/prereq_editor_jdk_buildtools.adoc[] include::https://raw.githubusercontent.com/spring-guides/getting-started-macros/main/how_to_complete_this_guide.adoc[]