작성
·
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
0
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입니다.
아래 링크에서 발생하는 에러가 동일한 에러로 보입니다.참고해주세요
https://www.inflearn.com/questions/149157
해결이 안될 경우 댓글남겨주세요.
감사합니다.
0
프로젝트 파일 링크입니다.
https://drive.google.com/file/d/1ImD2h-uyA98fZkXC2t_9IrL_sEmIgHFC/view?usp=sharing
해결하시느라 고생많으셨어요.
열공하세요 :)