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

김지현님의 프로필 이미지

작성한 질문수

스프링 DB 1편 - 데이터 접근 핵심 원리

프로젝트 생성

프로젝트 생성 시 jdbc:failed 하면서 빌드가 실패했다고 나옵니다.

작성

·

1.4K

0

> Task :prepareKotlinBuildScriptModel UP-TO-DATE

FAILURE: Build failed with an exception.

* What went wrong:

Could not resolve all dependencies for configuration ':compileClasspath'.

Failed to calculate the value of task ':compileJava' property 'javaCompiler'.

Cannot find a Java installation on your machine matching this tasks requirements: {languageVersion=17, vendor=any, implementation=vendor-specific} for MAC_OS on aarch64.

No locally installed toolchains match and toolchain download repositories have not been configured.

* Try:

> Run with --stacktrace option to get the stack trace.

> Run with --info or --debug option to get more log output.

> Run with --scan to get full insights.

> Get more help at https://help.gradle.org.

BUILD FAILED in 504ms

 

이런 오류가 발생합니다.ㅜㅜ

답변 2

0

김지현님의 프로필 이미지
김지현
질문자

둘다 java와 Gradle-Groovy 형태로 진행했습니다.

 

왜인지는 모르겠지만 인텔리제이 유료 버전에서는 에러 발생했는데 인텔리제이 커뮤니티 버전으로 하니깐 되네요ㅜㅜ

어디서부터 알아봐야 하는지를 모르겠습니다. ㅜㅜ

김지현님의 프로필 이미지
김지현
질문자

커뮤니티 모드로 됐고 진행하다가 유료버전으로 open 해보니 이상없이 됩니다.

왜인지는 모르겟지만 일단 되네요

답변 감사합니다

0

안녕하세요. 김지현님, 공식 서포터즈 OMG입니다.

프로젝트를 생성할 때 Language와 Type을 Kotlin, Gradle-Kotlin으로 하셨을까요?

image

Language: Java

Type: Gradle-Groovy

로 설정하여 확인해보시겠어요?

그래도 동일하다면 build.gradle을 복사하여 댓글로 남겨주세요 😀

감사합니다.