From e6fc3b61cd47d0b534552aabbe872a7f244dd730 Mon Sep 17 00:00:00 2001 From: Hyojin Ahn Date: Mon, 8 Jun 2026 12:28:05 -0400 Subject: [PATCH] =?UTF-8?q?gradle=20=EC=A0=81=EC=9A=A9=20(fixed)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .classpath | 10 +++++++--- build.gradle | 2 +- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.classpath b/.classpath index be377dd..167ed41 100644 --- a/.classpath +++ b/.classpath @@ -14,19 +14,23 @@ + - + - - + + + + + diff --git a/build.gradle b/build.gradle index 1fc64f1..796d86b 100644 --- a/build.gradle +++ b/build.gradle @@ -12,7 +12,7 @@ description = 'Layered Architecture Template' java { toolchain { - languageVersion = JavaLanguageVersion.of(17) + languageVersion = JavaLanguageVersion.of(21) } }