You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by on...@apache.org on 2019/05/09 23:22:43 UTC

[geode] branch develop updated: move JDK11 testing from OpenJDK to AdoptOpenJDK going forward

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

onichols pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/develop by this push:
     new 874e4c8  move JDK11 testing from OpenJDK to AdoptOpenJDK going forward
874e4c8 is described below

commit 874e4c82a5f72d4086d1982888a3bc4db48d20b7
Author: Owen Nichols <on...@pivotal.io>
AuthorDate: Thu May 9 16:21:57 2019 -0700

    move JDK11 testing from OpenJDK to AdoptOpenJDK going forward
---
 ci/images/google-windows-geode-builder/windows-packer.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ci/images/google-windows-geode-builder/windows-packer.json b/ci/images/google-windows-geode-builder/windows-packer.json
index 2c6ac4b..6bee8d6 100644
--- a/ci/images/google-windows-geode-builder/windows-packer.json
+++ b/ci/images/google-windows-geode-builder/windows-packer.json
@@ -42,8 +42,8 @@
         "Set-ExecutionPolicy Bypass -Scope Process -Force",
 
         "Invoke-WebRequest https://chocolatey.org/install.ps1 -UseBasicParsing | Invoke-Expression",
-        "choco install -y git rsync openjdk",
-        "Move-Item \"C:\\Program Files\\OpenJDK\\jdk-11*\" c:\\java11",
+        "choco install -y git rsync adoptopenjdk11",
+        "Move-Item \"C:\\Program Files\\AdoptOpenJDK\\jdk-11*\" c:\\java11",
         "choco install -y jdk8 -params 'installdir=c:\\\\java8tmp;source=false'",
         "Move-Item \"C:\\java8tmp\" c:\\java8",
         "choco install -y openssh --version 7.7.2.1 /SSHServerFeature",