Upgrade to Java 17

Closes gh-832
This commit is contained in:
Joe Grandja
2022-08-01 13:47:41 -04:00
parent 0cf2c236f2
commit a2e6bd4974
11 changed files with 13 additions and 13 deletions

View File

@@ -4,7 +4,7 @@ plugins {
group = project.rootProject.group
version = project.rootProject.version
sourceCompatibility = "1.8"
sourceCompatibility = "17"
repositories {
mavenCentral()

View File

@@ -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.
[[installing-spring-authorization-server]]
== Installing Spring Authorization Server