use java 11

This commit is contained in:
Max Weber
2023-06-04 07:25:22 -06:00
parent 1f4867e7cd
commit 7ea5bb699e

View File

@@ -25,8 +25,8 @@ dependencies {
group = 'com.example'
version = '1.0-SNAPSHOT'
sourceCompatibility = '1.8'
tasks.withType(JavaCompile) {
options.encoding = 'UTF-8'
options.release.set(11)
}