From 98082398fc4c65a00112f807e0ab1e4da249605e Mon Sep 17 00:00:00 2001 From: PiggyPiglet Date: Thu, 4 Jul 2024 17:46:04 +0800 Subject: [PATCH] Target java release 8 for compilation --- build.gradle.kts | 1 + 1 file changed, 1 insertion(+) diff --git a/build.gradle.kts b/build.gradle.kts index 94acc75..a26bb6d 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -71,6 +71,7 @@ tasks { withType { options.encoding = "UTF-8" + options.release = 8 } withType {