diff options
author | Sven Gothel <[email protected]> | 2019-12-31 16:21:43 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2019-12-31 16:21:43 +0100 |
commit | 338cececcef747238d778185611d05654b2633c7 (patch) | |
tree | 579d592aeed1b5278b6a74df44699e60ddd18fbb | |
parent | 9a86b8e9a8834d2727865eb3f4a2a4e89e54c3fc (diff) |
-rwxr-xr-x | make/scripts/make.joal-demos.all.linux-x86_64.sh | 7 |
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 |