summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2019-12-31 16:21:43 +0100
committerSven Gothel <[email protected]>2019-12-31 16:21:43 +0100
commit338cececcef747238d778185611d05654b2633c7 (patch)
tree579d592aeed1b5278b6a74df44699e60ddd18fbb
parent9a86b8e9a8834d2727865eb3f4a2a4e89e54c3fc (diff)
build script: use source/target 1.8HEADv2.5.0v2.4.0master
-rwxr-xr-xmake/scripts/make.joal-demos.all.linux-x86_64.sh7
1 files 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