Switched to compiling for Java 1.8.

This commit is contained in:
Erik C. Thauvin 2021-07-08 12:03:27 -07:00
parent 8c1118611e
commit 8f3e04c021
2 changed files with 4 additions and 4 deletions

View file

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