From 498e0b73c10c3c98329d7b5440c69021a2209282 Mon Sep 17 00:00:00 2001 From: Hyojin Ahn Date: Mon, 8 Jun 2026 12:27:47 -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 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index a431ff6..321bc5f 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ group = 'com.goi' version = '0.0.1-SNAPSHOT' java { - sourceCompatibility = '17' + sourceCompatibility = '21' } configurations {