Switched back to compiling for Java 11.

This commit is contained in:
Erik C. Thauvin 2021-07-27 11:15:41 -07:00
parent f5b543a582
commit 16c009a384
6 changed files with 18 additions and 9 deletions

View file

@ -48,8 +48,8 @@ application {
}
java {
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
sourceCompatibility = JavaVersion.VERSION_11
targetCompatibility = JavaVersion.VERSION_11
withSourcesJar()
}