intellij2 Intellij gradle 버전 변경 및 경로 설정 the specified gradle distribution 'https://services.gradle.org/distributions/gradle-7.6.1-bin.zip' does not exist. 오류가 발생했다. Gradle이 없으니 다운받으라는 이야기 해당 경로를 클릭하여 다운로드 해주고 intellij의 좌측 상단 메뉴에서 File > Settings > Build, Execution, Deployment > Gradle로 이동. 이후 해당 위치에 설치한 Gradle 경로 넣어주기 이후 Apply 해결 2023. 3. 30. Intellij 자바 버전 오류 Intellij에서 spring web으로 프로젝트 만들고 빌드를 하려 했는데 오류가 났다. 오류 내용은 could not resolve all files for configuration ':classpath' could not resolve org.springframework.boot:spring-boot-gradle-plugin:3.0.5. incompatible because this component declares an api of a component compatible with java 17 자바 버전이 17이여야 하는데 안맞다는 오류 확인 결과 자바 버전이 11이다. 제어판에 들어가서 모두 삭제를 해주고 공식 홈페이지 들어가서 해당하는 OS 맞게 설치해주었다. 설치완료 2023. 3. 30. 이전 1 다음