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 |
Tags
- ssh
- IntelliJ
- Eclipse
- bash
- 단축키
- context
- 네트워크
- web.xml
- VirtualBox
- plugin
- resource
- JavaScript
- xargs
- port
- vscode
- Windows 10
- grep
- import
- 줄바꿈 문자
- GIT
- Windows
- find
- Mac
- lsof
- maVen
- Quartz
- tomcat
- profile
- netsh
- Source
Archives
- Today
- Total
develog
[intellij] java: warning: source release 11 requires target release 11 본문
오류
java: warning: source release 11 requires target release 11
오류 발생시 확인해 볼 내용
build.gradle
- sourceCompatibility = '11'
Project Structure > Project Settings > Project
- Project SDK = 11
- Project language level = 11
Project Structure > Platform Settings > SDKs
- SDKs = 11
Comments