인프런 커뮤니티 질문&답변

심윤보님의 프로필 이미지

작성한 질문수

실전! 스프링 부트와 JPA 활용2 - API 개발과 성능 최적화

QueryDSL 소개

querydsl 질문

22.03.24 21:54 작성

·

1.7K

0

안녕하세요 querydsl을 따라하는 중 build.gradle을 적용하는 과정에서 다음과 같은 에러가 나서 문의드립니다.

 

A problem occurred configuring root project 'jpashop'.

> Could not resolve all files for configuration ':classpath'.

   > Could not find gralde.plugin.com.ewerk.gradle.plugins:querydsl-plugin:1.0.10.

     Searched in the following locations:

       - https://plugins.gradle.org/m2/gralde/plugin/com/ewerk/gradle/plugins/querydsl-plugin/1.0.10/querydsl-plugin-1.0.10.pom

     If the artifact you are trying to retrieve can be found in the repository but without metadata in 'Maven POM' format, you need to adjust the 'metadataSources { ... }' of the repository declaration.

     Required by:

         project :

 

Possible solution:

 - Declare repository providing the artifact, see the documentation at https://docs.gradle.org/current/userguide/declaring_repositories.html

답변 4

0

심윤보님의 프로필 이미지
심윤보
질문자

2022. 03. 26. 17:09

첫 번째 classpath에 gradle 오타랑 밑에 querydslSourcesDir 오타였네요 해결했습니다!

OMG님의 프로필 이미지

2022. 03. 26. 17:38

해결하시느라 고생많으셨어요.

열공하세요 :)

0

심윤보님의 프로필 이미지
심윤보
질문자

2022. 03. 26. 11:24

build.gradle을 해당 링크를 참고해서 따라서 작성했는데 여전히 안됩니다

 

A problem occurred configuring root project 'jpashop'.

> Could not resolve all files for configuration ':classpath'.

   > Could not find gralde.plugin.com.ewerk.gradle.plugins:querydsl-plugin:1.0.10.

     Searched in the following locations:

       - https://plugins.gradle.org/m2/gralde/plugin/com/ewerk/gradle/plugins/querydsl-plugin/1.0.10/querydsl-plugin-1.0.10.pom

     If the artifact you are trying to retrieve can be found in the repository but without metadata in 'Maven POM' format, you need to adjust the 'metadataSources { ... }' of the repository declaration.

     Required by:

         project :

 

Possible solution:

 - Declare repository providing the artifact, see the documentation at https://docs.gradle.org/current/userguide/declaring_repositories.html

0

OMG님의 프로필 이미지

2022. 03. 24. 23:14

안녕하세요. 심윤보님, 공식 서포터즈 OMG입니다.

아래 링크에서 발생하는 에러가 동일한 에러로 보입니다.참고해주세요

https://www.inflearn.com/questions/149157

해결이 안될 경우 댓글남겨주세요.


감사합니다.

0

심윤보님의 프로필 이미지
심윤보
질문자

2022. 03. 24. 21:56

프로젝트 파일 링크입니다.

https://drive.google.com/file/d/1ImD2h-uyA98fZkXC2t_9IrL_sEmIgHFC/view?usp=sharing