-
Notifications
You must be signed in to change notification settings - Fork 0
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
Conversation
각각의 모듈 아래에 아직 gradle 관련 파일들이 있는 것 같아요. 정리해주시겠어요? |
build.gradle
Outdated
} | ||
|
||
tasks.named('test') { | ||
useJUnitPlatform() | ||
project(':module-trucker') { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
이 내용들은 각각의 build.gradle에 있는 것이 좋을 것 같습니다. :-)
} | ||
} | ||
|
||
dependencies { |
There was a problem hiding this comment.
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 { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
나중엔 어떻게 될지 모르겠지만, 지금은 필요없는 디펜던시들이 많은 것 같습니다. 일단 깔끔하게 지우고 시작해보는건 어떨까요?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
서비스 테스트는 유닛 테스트로 바꿔보면 좋을 것 같습니다.
Quality Gate failedFailed conditions |
No description provided.