Downgrade to Java 8

Closes gh-761
This commit is contained in:
Steve Riesenberg
2022-06-08 17:13:14 -05:00
parent d46bdfc80b
commit e204b6bced
13 changed files with 16 additions and 19 deletions

View File

@@ -4,7 +4,7 @@ plugins {
group = project.rootProject.group
version = project.rootProject.version
sourceCompatibility = "11"
sourceCompatibility = "1.8"
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 11 or higher Runtime Environment.
Spring Authorization Server requires a Java 8 or higher Runtime Environment.
[[installing-spring-authorization-server]]
== Installing Spring Authorization Server