From 97f71902ad52383f78444beb43d32b94176bfc42 Mon Sep 17 00:00:00 2001 From: dldmsql Date: Sun, 30 Jun 2024 00:25:32 +0900 Subject: [PATCH] =?UTF-8?q?chore(POLABO-31):=20github=20actions=208?= =?UTF-8?q?=EC=B0=A8=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 | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 6928301..350dd8f 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -103,7 +103,3 @@ tasks.withType { tasks.withType { useJUnitPlatform() } - -tasks.withType { - enabled = false -}