langtools/make/build.properties
changeset 27224 228abfa87080
parent 26268 620556167c08
child 27546 79b6b60ff60a
--- a/langtools/make/build.properties	Wed Jul 05 20:04:46 2017 +0200
+++ b/langtools/make/build.properties	Tue Oct 21 09:01:51 2014 -0400
@@ -32,8 +32,8 @@
 # boot.java.home = /opt/jdk/1.7.0
 boot.java = ${boot.java.home}/bin/java
 boot.javac = ${boot.java.home}/bin/javac
-boot.javac.source = 7
-boot.javac.target = 7
+boot.javac.source = 8
+boot.javac.target = 8
 
 # This is the JDK used to run the product version of the tools,
 # for example, for testing. If you're building a complete JDK, specify that.