Published 2023. 10. 28. 22:37
해결 방법
1.실제 프로젝트명
과 setting.gradle
의 rootProject.name
명을 같게 하기 2. 대소문자 구분 필수
문제 해결 흐름
깃허브에 올려둔 PetCafe 프로젝트를 Clone 후에 Build 하는데 에러가 발생했다.
검색해보니 실제 프로젝트명과 rootProject.name 이 달라서 발생한 것!
프로젝트명은 PetCafe 인데, rootProject.name은 petcafe 였다.
수정하고 다시 빌드하니 해결!
출처
1. https://yermi.tistory.com/entry/Error-Note-javalangIllegalStateException-Module-entity-with-name-%ED%95%B4%EA%B2%B0%EB%B0%A9%EB%B2%95-gradle-%ED%94%84%EB%A1%9C%EC%A0%9D%ED%8A%B8%EA%B0%80-build-%EC%95%88%EB%90%A0-%EB%95%8Chttps://codingdiary99.tistory.com/5
'Problem Solving' 카테고리의 다른 글
[PS][Git] There isn't anything to compare 해결 (0) | 2024.01.05 |
---|---|
[PS][Java] Open JDK 8 설치하기 (0) | 2023.12.04 |
[PS][SpringBoot] non-compatible bean definition of same name and class - 중복된 패키지 문제 (0) | 2023.10.03 |
[PS][SpringBoot] Unable to find a @SpringBootConfiguration (0) | 2023.09.20 |
[PS][SpringBoot] 테스트 코드의 404 - 경로 문제 (0) | 2023.09.13 |