From e26749b0955853f18397bfbcd7e9dfb09b544b72 Mon Sep 17 00:00:00 2001 From: Hyesung82 Date: Wed, 15 Nov 2023 16:43:55 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20deprecated=20=EC=BD=94=EB=93=9C=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= 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 8763e8d..6ac4ba5 100644 --- a/build.gradle +++ b/build.gradle @@ -14,5 +14,5 @@ plugins { } tasks.register('clean', Delete) { - delete rootProject.buildDir + delete rootProject.layout.buildDirectory }