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/08/20 20:07:49 UTC

[geode] 01/09: 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 release/1.9.1
in repository https://gitbox.apache.org/repos/asf/geode.git

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

    move JDK11 testing from OpenJDK to AdoptOpenJDK going forward
    
    (cherry picked from commit 874e4c82a5f72d4086d1982888a3bc4db48d20b7)
---
 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",