[CHORE] 멀티모듈 구조를 단일 모듈로 통합 - #608
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Related Issue
Key Changes
wss-common과wss-service-support의 프로덕션 코드, 테스트, Spring 자동 설정 및 Logback 리소스를 루트 source set으로 이동해 단일 Gradle 모듈로 통합했습니다.To Reviewers
./gradlew clean build -x test가 성공했고 생성 바이트코드는 모두 Java 17(major 61)입니다.RecentSearchServiceTest의 기존 NPE입니다. 이번에 이동된 support 테스트 38건은 모두 통과합니다.References