Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- 오라클
- Spring Cloud
- Spring Boot
- feign
- 백준
- JPA
- 코딩
- PL/SQL
- MST
- Spring Cloud Feign
- Spring
- 데이터베이스
- 클라우드
- MVC
- 운영체제
- DP
- 자바
- 페이징
- aws
- Kafka
- 알고리즘
- 디자인 패턴
- 쿼리
- Jenkins
- db
- SQL
- golang
- Intellj
- retry
- 자료구조
Archives
- Today
- Total
justgo_developer
[Intellj] Error:java: javacTask: source release 8 requires target release 1.8 해결방법 본문
IT/Intellj
[Intellj] Error:java: javacTask: source release 8 requires target release 1.8 해결방법
다날92 2021. 1. 1. 21:21728x90
반응형
Q : Error:java: javacTask: source release 8 requires target release 1.8 에러 발생
A : 람다식 사용하는 버전과 설정이 맞지 않아서 발생
File > Settings > Build, Execution, Deployment > Compiler > Java Compiler
> 해당 모듈 Target byteCode version 8 수정
728x90
반응형
'IT > Intellj' 카테고리의 다른 글
[Intellj] Lambda expressions are not supported at language level ‘5’ 해결방법 (0) | 2021.01.01 |
---|