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

slawrence pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/daffodil-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 94f6ba6  Use Java 17 when building Daffodil docs
94f6ba6 is described below

commit 94f6ba63ead5bdf5f0ebe5a58d60976a3757b6cc
Author: Steve Lawrence <[email protected]>
AuthorDate: Tue Sep 9 11:20:04 2025 -0400

    Use Java 17 when building Daffodil docs
    
    Building Daffodil, which is used to create generate docs, requires Java
    17
---
 .github/workflows/update-docs.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/update-docs.yml 
b/.github/workflows/update-docs.yml
index e8f1a12..9225f3a 100644
--- a/.github/workflows/update-docs.yml
+++ b/.github/workflows/update-docs.yml
@@ -40,7 +40,7 @@ jobs:
     strategy:
       matrix:
         java_distribution: [ temurin ]
-        java_version: [ 8 ]
+        java_version: [ 17 ]
 
     runs-on: ubuntu-22.04
     env:

Reply via email to