From 3c7e2ca289e02fb0fbd11c953304bb1fc17be766 Mon Sep 17 00:00:00 2001 From: brutzman <brutzman@nps.edu> Date: Sun, 5 Jun 2022 11:55:49 -0700 Subject: [PATCH] java source, target version --- examples/nbproject/build-impl.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/nbproject/build-impl.xml b/examples/nbproject/build-impl.xml index 43a7ccc69d..d46126d16b 100644 --- a/examples/nbproject/build-impl.xml +++ b/examples/nbproject/build-impl.xml @@ -46,8 +46,8 @@ is divided into following sections: <property file="${user.properties.file}"/> <!-- The two properties below are usually overridden --> <!-- by the active platform. Just a fallback. --> - <property name="default.javac.source" value="1.6"/> - <property name="default.javac.target" value="1.6"/> + <property name="default.javac.source" value="1.8"/> + <property name="default.javac.target" value="1.8"/> </target> <target depends="-pre-init,-init-private,-init-user" name="-init-project"> <property file="nbproject/configs/${config}.properties"/> -- GitLab