提交 d31a3d0e 编写于 作者: J jjg

6854244: change source/target used to compile JDK to 7

Reviewed-by: ohair
上级 29c6aeb8
...@@ -60,8 +60,8 @@ full.version = ${release}-${build.number} ...@@ -60,8 +60,8 @@ full.version = ${release}-${build.number}
bootstrap.full.version = ${bootstrap.release}-${build.number} bootstrap.full.version = ${bootstrap.release}-${build.number}
# options for the <javac> tasks used to compile the tools # options for the <javac> tasks used to compile the tools
javac.source = 5 javac.source = 7
javac.target = 5 javac.target = 7
javac.debug = true javac.debug = true
javac.debuglevel = source,lines javac.debuglevel = source,lines
javac.no.jdk.warnings = -XDignore.symbol.file=true javac.no.jdk.warnings = -XDignore.symbol.file=true
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册