make/common/shared/Defs-control.gmk

Print this page
rev 4354 : Initial standard lambda functions and utils

@@ -84,13 +84,13 @@
 ABS_TEMP_DIR = $(ABS_OUTPUTDIR)/tmp
 
 dummy := $(shell $(MKDIR) -p $(TEMP_DIR))
 
 # The language version we want for this jdk build
-SOURCE_LANGUAGE_VERSION=7
+SOURCE_LANGUAGE_VERSION=8
 # The class version we want for this jdk build
-TARGET_CLASS_VERSION=7
+TARGET_CLASS_VERSION=8
 
 # The MESSAGE, WARNING and ERROR files are used to store sanity check and 
 # source check messages, warnings and errors. 
 export ERROR_FILE   := $(ABS_OUTPUTDIR)/sanityCheckErrors.txt
 export WARNING_FILE := $(ABS_OUTPUTDIR)/sanityCheckWarnings.txt