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