From 4452ae4627259284c96324ae7ec25949e7837c78 Mon Sep 17 00:00:00 2001 From: minuk926 Date: Mon, 25 Apr 2022 14:58:47 +0900 Subject: [PATCH] =?UTF-8?q?config:=20=EC=84=9C=EB=B2=84=EC=84=A4=EC=A0=95?= =?UTF-8?q?=20=EB=B0=98=EC=98=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index bc2c0cc..c2ea429 100644 --- a/build.gradle +++ b/build.gradle @@ -301,6 +301,6 @@ compileJava { //-----------------------------------------------------------------------------------// test { - //exclude '**/*' - useJUnitPlatform() + exclude '**/*' + //useJUnitPlatform() }