From 2b1245af3796bca313db6314858a521ac4e11942 Mon Sep 17 00:00:00 2001 From: ondal Date: Sat, 15 Mar 2025 02:45:00 +0900 Subject: [PATCH] add test --- .idea/modules.xml | 12 ------------ .idea/modules/common/lifesub.common.main.iml | 8 -------- .idea/modules/member/lifesub.member.main.iml | 8 -------- .idea/modules/mysub-biz/lifesub.mysub-biz.main.iml | 8 -------- .../modules/mysub-infra/lifesub.mysub-infra.main.iml | 8 -------- .idea/modules/recommend/lifesub.recommend.main.iml | 8 -------- build.gradle | 1 + 7 files changed, 1 insertion(+), 52 deletions(-) delete mode 100644 .idea/modules.xml delete mode 100644 .idea/modules/common/lifesub.common.main.iml delete mode 100644 .idea/modules/member/lifesub.member.main.iml delete mode 100644 .idea/modules/mysub-biz/lifesub.mysub-biz.main.iml delete mode 100644 .idea/modules/mysub-infra/lifesub.mysub-infra.main.iml delete mode 100644 .idea/modules/recommend/lifesub.recommend.main.iml diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index 264f470..0000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/modules/common/lifesub.common.main.iml b/.idea/modules/common/lifesub.common.main.iml deleted file mode 100644 index 0d2c1d2..0000000 --- a/.idea/modules/common/lifesub.common.main.iml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/modules/member/lifesub.member.main.iml b/.idea/modules/member/lifesub.member.main.iml deleted file mode 100644 index e208837..0000000 --- a/.idea/modules/member/lifesub.member.main.iml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/modules/mysub-biz/lifesub.mysub-biz.main.iml b/.idea/modules/mysub-biz/lifesub.mysub-biz.main.iml deleted file mode 100644 index 0c5afac..0000000 --- a/.idea/modules/mysub-biz/lifesub.mysub-biz.main.iml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/modules/mysub-infra/lifesub.mysub-infra.main.iml b/.idea/modules/mysub-infra/lifesub.mysub-infra.main.iml deleted file mode 100644 index bac25ea..0000000 --- a/.idea/modules/mysub-infra/lifesub.mysub-infra.main.iml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/modules/recommend/lifesub.recommend.main.iml b/.idea/modules/recommend/lifesub.recommend.main.iml deleted file mode 100644 index eb1b213..0000000 --- a/.idea/modules/recommend/lifesub.recommend.main.iml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/build.gradle b/build.gradle index e3cc8dd..1ea1702 100644 --- a/build.gradle +++ b/build.gradle @@ -134,3 +134,4 @@ configure(subprojects.findAll { it.name.endsWith('-biz') || it.name == 'common' bootJar.enabled = false jar.enabled = true } +