[IntelliJ] error: invalid source release: 17

Java 버전 변경 시 발생하는 오류로, JVM 버전 명시하는 부분들을 찾아서 확인 및 변경하면 된다

File > Project Structure

  • Project > SDK
  • Project > Language level
  • Module > Sources > Language level
  • Module > Dependencies > Module SDK

File > Settings

  • Build, Execution, Deployment > Compiler > Java Compiler > Project bytecode version
  • Build, Execution, Deployment > Build Tools > Gradle > Gradle JVM

민갤

Back-End Developer

백엔드 개발자입니다.

[Kotlin] Spring Boot QueryDsl

Spring Boot

[Spring Data JPA] Pagable - Pagination

Spring Boot

v5.0.0