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

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


The following commit(s) were added to refs/heads/master by this push:
     new 8a433c651 deploy-docs needs Java 17.
8a433c651 is described below

commit 8a433c6514afa4fbf8fb65473ffe0ff9185e2e1c
Author: James Bognar <[email protected]>
AuthorDate: Fri Sep 26 12:28:10 2025 -0400

    deploy-docs needs Java 17.
---
 .github/workflows/deploy-docs.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/deploy-docs.yml 
b/.github/workflows/deploy-docs.yml
index 26778aee0..2811d3872 100644
--- a/.github/workflows/deploy-docs.yml
+++ b/.github/workflows/deploy-docs.yml
@@ -58,7 +58,7 @@ jobs:
       uses: actions/setup-java@v5
       with:
         distribution: 'temurin'
-        java-version: '11'
+        java-version: '17'
         cache: 'maven'
         
     - name: Generate Maven Site

Reply via email to