refactor!: Updating support to Java 11 and up.

This commit is contained in:
Sekwah 2021-05-20 00:41:49 +01:00
parent 06722986be
commit 9fe02751db
No known key found for this signature in database
GPG Key ID: C3BE2E6C861A461A
1 changed files with 2 additions and 2 deletions

View File

@ -42,8 +42,8 @@ version = getPluginData("version") + (isDevBranch ? '-SNAPSHOT' : '')
description = ""
sourceCompatibility = 1.8
targetCompatibility = 1.8
sourceCompatibility = 11
targetCompatibility = 11
tasks.withType(JavaCompile) {
options.encoding = 'UTF-8'