Try to tell gradle to only use java 8 for this project

This commit is contained in:
zontreck 2024-09-06 03:20:08 -07:00
parent 7665edfb3a
commit 2f6cc2f4f1

View file

@ -73,4 +73,5 @@ test {
tasks.withType(JavaCompile).configureEach {
options.encoding = 'UTF-8' // Use the UTF-8 charset for Java compilation
options.release = 8
}