6854244: change source/target used to compile JDK to 7
Reviewed-by: ohair
This commit is contained in:
parent
432d405985
commit
33e236c766
@ -30,8 +30,8 @@
|
||||
# one of the standard user build.properties files (see build.xml)
|
||||
|
||||
# options for the <javac> tasks used to compile the tools
|
||||
javac.source = 5
|
||||
javac.target = 5
|
||||
javac.source = 7
|
||||
javac.target = 7
|
||||
javac.debug = true
|
||||
javac.no.jdk.warnings = -XDignore.symbol.file=true
|
||||
# set the following to -version to verify the versions of javac being used
|
||||
|
Loading…
x
Reference in New Issue
Block a user