From 956f67077c4b66daecfc61409ac6bd3343c3352b Mon Sep 17 00:00:00 2001 From: Rinjae Date: Fri, 19 Sep 2025 15:06:38 +0900 Subject: [PATCH] =?UTF-8?q?source,=20target=20compatiable=20=EB=B2=84?= =?UTF-8?q?=EC=A0=84=208=20=EA=B3=A0=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index a687975..7396776 100644 --- a/build.gradle +++ b/build.gradle @@ -14,8 +14,8 @@ jar.enabled = false group = 'com.eactive' version = '2.0.0' -sourceCompatibility = "17" -targetCompatibility = "17" +sourceCompatibility = "8" +targetCompatibility = "8" configurations {