Should be compiled for Java 8, not 15. Closes #4.

This commit is contained in:
Erik C. Thauvin 2021-03-21 22:35:00 -07:00
parent 42af1133e9
commit 4059c4388d

View file

@ -42,6 +42,8 @@ dependencies {
} }
java { java {
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
withSourcesJar() withSourcesJar()
} }