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
- grep
- netsh
- xargs
- Windows
- plugin
- find
- JavaScript
- port
- Windows 10
- 줄바꿈 문자
- resource
- web.xml
- 단축키
- lsof
- Mac
- GIT
- tomcat
- maVen
- IntelliJ
- VirtualBox
- Quartz
- vscode
- bash
- ssh
- profile
- 네트워크
- Source
- Eclipse
- context
- import
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