Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

truck-matching 모듈화 및 기존 소스 member 쪽으로 이관 #2

Merged
merged 2 commits into from
Nov 2, 2024

Conversation

riderkaman
Copy link
Collaborator

No description provided.

@riderkaman riderkaman requested a review from f-lab-lyan October 31, 2024 16:36
@f-lab-lyan
Copy link
Collaborator

각각의 모듈 아래에 아직 gradle 관련 파일들이 있는 것 같아요. 정리해주시겠어요?

build.gradle Outdated
}

tasks.named('test') {
useJUnitPlatform()
project(':module-trucker') {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

이 내용들은 각각의 build.gradle에 있는 것이 좋을 것 같습니다. :-)

}
}

dependencies {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lombok은 gradle lombok 플러그인을 도입해 볼까요?

mavenCentral()
}

dependencies {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

나중엔 어떻게 될지 모르겠지만, 지금은 필요없는 디펜던시들이 많은 것 같습니다. 일단 깔끔하게 지우고 시작해보는건 어떨까요?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

서비스 테스트는 유닛 테스트로 바꿔보면 좋을 것 같습니다.

Copy link

sonarqubecloud bot commented Nov 1, 2024

Quality Gate Failed Quality Gate failed

Failed conditions
2 Security Hotspots

See analysis details on SonarCloud

@riderkaman riderkaman merged commit 25b75da into main Nov 2, 2024
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants