You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2020/03/11 13:16:58 UTC

[tinkerpop] 20/26: TINKERPOP-2076 Use jdk11 after rebase on revised docker image that combines 8 and 11 support

This is an automated email from the ASF dual-hosted git repository.

spmallette pushed a commit to branch TINKERPOP-2076
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git

commit 0b764f3bcdf3641f133b7b5432794e08896136c9
Author: stephen <sp...@gmail.com>
AuthorDate: Wed Jan 8 07:38:48 2020 -0500

    TINKERPOP-2076 Use jdk11 after rebase on revised docker image that combines 8 and 11 support
---
 docker/scripts/build.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docker/scripts/build.sh b/docker/scripts/build.sh
index 643e8bc..375c621 100755
--- a/docker/scripts/build.sh
+++ b/docker/scripts/build.sh
@@ -76,7 +76,7 @@ if [ -r "settings.xml" ]; then
   cp settings.xml ~/.m2/
 fi
 
-export JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64
+export JAVA_HOME=/usr/lib/jvm/java-11-openjdk-amd64
 
 mvn clean install process-resources --batch-mode ${TINKERPOP_BUILD_OPTIONS} || exit 1
 [ -z "${BUILD_JAVA_DOCS}" ] || mvn process-resources -Djavadoc || exit 1