Bumping source to Java 11.

This commit is contained in:
Rob Greene 2022-03-06 21:17:12 -06:00
parent d19676fa9e
commit 13be406278
2 changed files with 4 additions and 4 deletions

View File

@ -3,8 +3,8 @@ plugins {
id 'application'
}
sourceCompatibility = 1.8
targetCompatibility = 1.8
sourceCompatibility = 11
targetCompatibility = 11
repositories {
mavenCentral()

View File

@ -7,8 +7,8 @@ plugins {
ext.isSnapshotVersion = version.endsWith("SNAPSHOT")
ext.isReleaseVersion = !ext.isSnapshotVersion
sourceCompatibility = 1.8
targetCompatibility = 1.8
sourceCompatibility = 11
targetCompatibility = 11
repositories {
mavenCentral()