From 0eb8c10704b251625f0048967e174985a982bd9d Mon Sep 17 00:00:00 2001 From: koo995 <107671886+koo995@users.noreply.github.com> Date: Wed, 4 Sep 2024 22:37:21 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20java=20=EB=B2=84=EC=A0=84=2022?= =?UTF-8?q?=EC=97=90=EC=84=9C=2021=EB=A1=9C=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 7e904db..cea28e8 100644 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,7 @@ version = '0.0.1-SNAPSHOT' java { toolchain { - languageVersion = JavaLanguageVersion.of(22) + languageVersion = JavaLanguageVersion.of(21) } }