강의

멘토링

로드맵

Inflearn Community Q&A

hanshun774085's profile image
hanshun774085

asked

Real-world! Spring Boot and JPA Utilization 1 - Web Application Development

Create Project

build gradle 에러

Written on

·

2.4K

0


=========================================
[질문 템플릿]
1. 강의 내용과 관련된 질문인가요? (예/아니오)
2. 인프런의 질문 게시판과 자주 하는 질문에 없는 내용인가요? (예/아니오)
3. 질문 잘하기 메뉴얼을 읽어보셨나요? (예/아니오)

[질문 내용]
스크린샷 2023-10-04 오전 10.57.40.png이렇게 해서 프로젝트를 생성하고 gradle을 빌드하면

  • No matching variant of org.springframework.boot:spring-boot-gradle-plugin:3.1.4 was found. The consumer was configured to find a library for use during runtime, compatible with Java 11, packaged as a jar, and its dependencies declared externally, as well as attribute 'org.gradle.plugin.api-version' with value '8.2.1' but: 라는 에러가 뜨는데 무엇이 문제인지 잘 모르겠습니다...

javaspring웹앱spring-bootjpa

Answer 2

1

안녕하세요. 한창훈님, 공식 서포터즈 OMG입니다.

IDE 내의 세팅(혹은 PC내 자바 설정)이 자바 11기준으로 되어 있는 것 같습니다. 프로젝트 생성을 스프링부트 3.1.14가 아닌 2.716 그리고 자바 버전을 11로 선택하여 확인해보시겠어요?

감사합니다.

0

hanshun774085님의 프로필 이미지
hanshun774085
Questioner

감사합니다

 

hanshun774085's profile image
hanshun774085

asked

Ask a question