@ -52,9 +52,9 @@ In the instructions below, https://vimeo.com/34436402[`./gradlew`] is invoked fr
@@ -52,9 +52,9 @@ In the instructions below, https://vimeo.com/34436402[`./gradlew`] is invoked fr
a cross-platform, self-contained bootstrap mechanism for the build.
=== Prerequisites
https://help.github.com/set-up-git-redirect[Git] and the https://www.oracle.com/technetwork/java/javase/downloads[JDK8 build].
https://help.github.com/set-up-git-redirect[Git] and the https://www.oracle.com/technetwork/java/javase/downloads[JDK17 build].
Be sure that your `JAVA_HOME` environment variable points to the `jdk1.8.0` folder extracted from the JDK download.
Be sure that your `JAVA_HOME` environment variable points to the `jdk17` folder extracted from the JDK download.
@ -73,7 +73,7 @@ public class SpringJavaPlugin implements Plugin<Project> {
@@ -73,7 +73,7 @@ public class SpringJavaPlugin implements Plugin<Project> {
@ -81,7 +81,7 @@ public class SpringJavaPlugin implements Plugin<Project> {
@@ -81,7 +81,7 @@ public class SpringJavaPlugin implements Plugin<Project> {
@ -54,7 +54,7 @@ public class SpringJavadocApiPlugin implements Plugin<Project> {
@@ -54,7 +54,7 @@ public class SpringJavadocApiPlugin implements Plugin<Project> {
@ -6,7 +6,7 @@ If you are just getting started with Spring Authorization Server, the following
@@ -6,7 +6,7 @@ If you are just getting started with Spring Authorization Server, the following
[[system-requirements]]
== System Requirements
Spring Authorization Server requires a Java 8 or higher Runtime Environment.
Spring Authorization Server requires a Java 17 or higher Runtime Environment.