From 338cececcef747238d778185611d05654b2633c7 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Tue, 31 Dec 2019 16:21:43 +0100 Subject: build script: use source/target 1.8 --- make/scripts/make.joal-demos.all.linux-x86_64.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/make/scripts/make.joal-demos.all.linux-x86_64.sh b/make/scripts/make.joal-demos.all.linux-x86_64.sh index ffb88b4..ba019d3 100755 --- a/make/scripts/make.joal-demos.all.linux-x86_64.sh +++ b/make/scripts/make.joal-demos.all.linux-x86_64.sh @@ -16,12 +16,13 @@ if [ -z "$ANT_PATH" ] ; then exit fi +export SOURCE_LEVEL=1.8 +export TARGET_LEVEL=1.8 +export TARGET_RT_JAR=/opt-share/jre1.8.0_212/lib/rt.jar + # -Drootrel.build=build-x86_64 \ # BUILD_ARCHIVE=true \ ant \ - -Dtarget.sourcelevel=1.6 \ - -Dtarget.targetlevel=1.6 \ - -Dtarget.rt.jar=/opt-share/jre1.6.0_30/lib/rt.jar \ -Drootrel.build=build-x86_64 \ $* 2>&1 | tee make.joal-demos.all.linux-x86_64.log -- cgit v1.2.3