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

snuyanzin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/calcite-avatica.git


The following commit(s) were added to refs/heads/master by this push:
     new 17ec5d9  [CALCITE-2728] Update appveyor.yml to enable appveyor testing 
against JDK 11
17ec5d9 is described below

commit 17ec5d9416eec0c0cbaa606ac4c37d8f57975e72
Author: snuyanzin <[email protected]>
AuthorDate: Thu Nov 29 21:59:17 2018 +0300

    [CALCITE-2728] Update appveyor.yml to enable appveyor testing against JDK 11
    
    Close apache/calcite-avatica#81
---
 appveyor.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/appveyor.yml b/appveyor.yml
index 09d78f8..eb44d05 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -34,6 +34,7 @@ environment:
     - JAVA_HOME: C:\Program Files\Java\jdk1.8.0
     - JAVA_HOME: C:\Program Files\Java\jdk9
     - JAVA_HOME: C:\Program Files\Java\jdk10        
+    - JAVA_HOME: C:\Program Files\Java\jdk11
 build_script:
   - mvn clean -V install -DskipTests -Dmaven.javadoc.skip=true 
-Djavax.net.ssl.trustStorePassword=changeit
 test_script:

Reply via email to