This is an automated email from the ASF dual-hosted git repository.
ahuber pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/causeway.git
The following commit(s) were added to refs/heads/main by this push:
new 1842261ec56 CAUSEWAY-2445: attempted CI fix (antora)
1842261ec56 is described below
commit 1842261ec5681efbfcf632517bb7fff3719749d3
Author: andi-huber <[email protected]>
AuthorDate: Tue Nov 18 15:11:37 2025 +0100
CAUSEWAY-2445: attempted CI fix (antora)
---
.github/workflows/ci-build-artifacts-push-maven.yml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/ci-build-artifacts-push-maven.yml
b/.github/workflows/ci-build-artifacts-push-maven.yml
index f6416982458..7b37b07fed9 100644
--- a/.github/workflows/ci-build-artifacts-push-maven.yml
+++ b/.github/workflows/ci-build-artifacts-push-maven.yml
@@ -23,11 +23,11 @@ jobs:
steps:
- uses: actions/checkout@v5
- - name: Set up JDK 11
+ - name: Set up JDK 21
uses: actions/setup-java@v5
with:
- distribution: 'zulu'
- java-version: 11
+ distribution: 'temurin'
+ java-version: 21
- name: Find baseline from search.maven.org
id: calc-baseline