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-sbt.git


The following commit(s) were added to refs/heads/main by this push:
     new 08c83a6  Ensure release builds are built on Java 17
08c83a6 is described below

commit 08c83a68d429fb5fbe84372e61452d672629d283
Author: Steve Lawrence <[email protected]>
AuthorDate: Wed Jan 28 14:33:44 2026 -0500

    Ensure release builds are built on Java 17
    
    Daffodil 4.0.0 and newer requires a minimum of Java 17 to build, so we
    must build on Java 17. Note that the plugin class files are built with
    Java 8 compatibility so the plugin still works on older versions of
    Java. It is only the Daffodil Saver components used when daffodilVersion
    is 4.0.0 or newer where the classes are built with Java 17.
---
 .github/workflows/release-candidate.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/release-candidate.yml 
b/.github/workflows/release-candidate.yml
index d943225..4c6b79b 100644
--- a/.github/workflows/release-candidate.yml
+++ b/.github/workflows/release-candidate.yml
@@ -56,7 +56,7 @@ jobs:
         uses: actions/setup-java@7a6d8a8234af8eb26422e24e3006232cccaa061b # 
v4.6.0
         with:
           distribution: temurin
-          java-version: 8
+          java-version: 17
           cache: sbt
 
       # Publish jars to a staging maven repository and write helper binary

Reply via email to