mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
The Windows SDK uses Java 1.5 features.
This commit is contained in:
parent
a014ccd30c
commit
07bc92feec
1 changed files with 2 additions and 2 deletions
|
@ -89,7 +89,7 @@ javacDebugInfo=on
|
||||||
javacfailonerror=true
|
javacfailonerror=true
|
||||||
|
|
||||||
# The version of the source code
|
# The version of the source code
|
||||||
javacSource=1.4
|
javacSource=1.5
|
||||||
|
|
||||||
# The version of the byte code targeted
|
# The version of the byte code targeted
|
||||||
javacTarget=1.4
|
javacTarget=1.5
|
||||||
|
|
Loading…
Add table
Reference in a new issue