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

mgrigorov pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/avro.git


The following commit(s) were added to refs/heads/main by this push:
     new a1ef2c517 Also install JDK 21 to make toolchain-plugin happy
a1ef2c517 is described below

commit a1ef2c5177b6555bf3657d002c88d5f0e6ed98c4
Author: Martin Tzvetanov Grigorov <[email protected]>
AuthorDate: Thu Aug 22 15:52:05 2024 +0300

    Also install JDK 21 to make toolchain-plugin happy
    
    Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
---
 .github/workflows/deploy-docs.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/deploy-docs.yml 
b/.github/workflows/deploy-docs.yml
index b49e08931..84d946674 100644
--- a/.github/workflows/deploy-docs.yml
+++ b/.github/workflows/deploy-docs.yml
@@ -152,6 +152,7 @@ jobs:
           java-version: |
             11
             17
+            21
 
       - name: Build Java docs
         run: |

Reply via email to