Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2019-11-08 11:12:37 +0000
committerSravan Kumar Lakkimsetti2019-11-11 06:09:23 +0000
commit84d1e24f58e12daf24fcce763d656d5727f3fe58 (patch)
tree32cc58328f2ad14f04c65030d81b0bee61d0bfd2
parent4363b8b1c1c17f671ab536a2b4ea07db761c1eae (diff)
downloadeclipse.platform.releng.aggregator-84d1e24f58e12daf24fcce763d656d5727f3fe58.tar.gz
eclipse.platform.releng.aggregator-84d1e24f58e12daf24fcce763d656d5727f3fe58.tar.xz
eclipse.platform.releng.aggregator-84d1e24f58e12daf24fcce763d656d5727f3fe58.zip
Bug 552834 - Run Platform build with Java 11
Change-Id: If44a6c3fac59726e1f55fcc4472847652c3fb1d6 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
-rw-r--r--production/build_eclipse_org.shsource2
1 files changed, 1 insertions, 1 deletions
diff --git a/production/build_eclipse_org.shsource b/production/build_eclipse_org.shsource
index 0bc6b885e..8fd06a635 100644
--- a/production/build_eclipse_org.shsource
+++ b/production/build_eclipse_org.shsource
@@ -73,7 +73,7 @@ export TMP_DIR=${TMP_DIR:-${BUILD_ROOT}/tmp}
mkdir -p ${TMP_DIR}
# these could be machine specific
-export JAVA_HOME=${JAVA_HOME:-/shared/common/jdk1.8.0_x64-latest}
+export JAVA_HOME=${JAVA_HOME:-/shared/common/java/openjdk/jdk-11_x64-latest/}
# required for when ant is used. Unclear how maven's "antrun" finds its version of Ant,
# built in? Or system path?
# But, without the ANT_OPTS, we do get messages about "to get repeatable builds, to ignore sysclasspath"

Back to the top