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

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


The following commit(s) were added to refs/heads/master by this push:
     new 07b68bc  Use jdk16 instead of jdk17 since jdk17 is not yet available 
at AppVeyor
07b68bc is described below

commit 07b68bcb3a3ef58c98651bd6b7df8e56f7dd3976
Author: Vladimir Sitnikov <[email protected]>
AuthorDate: Tue Oct 5 13:35:25 2021 +0300

    Use jdk16 instead of jdk17 since jdk17 is not yet available at AppVeyor
---
 appveyor.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/appveyor.yml b/appveyor.yml
index bf15cbc..492090d 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -39,7 +39,7 @@ matrix:
 environment:
   matrix:
     - JAVA_HOME: C:\Program Files\Java\jdk1.8.0
-    - JAVA_HOME: C:\Program Files\Java\jdk17
+    - JAVA_HOME: C:\Program Files\Java\jdk16
 build_script:
   - ./gradlew assemble javadoc
 test_script:

Reply via email to