From 5be6ae3a05ba3217f7e74a8bbc361de2a2cb0760 Mon Sep 17 00:00:00 2001 From: Gopistol Date: Thu, 21 Dec 2023 17:36:00 +0900 Subject: [PATCH] =?UTF-8?q?postfix=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 7297150..456cfab 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -213,7 +213,7 @@ tasks.jacocoTestCoverageVerification { "*.dto.*", "com.mjucow.eatda.jooq.*", "*.Companion", - "*.*ApiPresentationKt.*" + "*.ApiPresentation.DefaultImpls" ) } }