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

sjaranowski pushed a commit to branch fix-gh
in repository https://gitbox.apache.org/repos/asf/maven-pdf-plugin.git

commit 59b7a2e76215e6e78c495c6fab57becb13feeeab
Author: Slawomir Jaranowski <s.jaranow...@gmail.com>
AuthorDate: Thu Feb 27 19:41:16 2025 +0100

    Use zulu jdk distribution on GitHub
---
 .github/workflows/maven.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index ec81579..cb4fded 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -35,7 +35,7 @@ jobs:
       - uses: actions/setup-java@v4
         with:
           java-version: ${{ matrix.java }}
-          distribution: 'temurin'
+          distribution: 'zulu'
 
       - name: Build with Maven
         run: mvn verify -e -B -V -P run-its

Reply via email to