This is an automated email from the ASF dual-hosted git repository.
pottlinger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/creadur-whisker.git
The following commit(s) were added to refs/heads/master by this push:
new 4f3b6b6 Revert java-setup update to hopefully fix build issues with
changelog plugin
4f3b6b6 is described below
commit 4f3b6b6ca15b19729ed2c1f46e55ce21135b6a98
Author: P. Ottlinger <[email protected]>
AuthorDate: Mon Aug 25 11:05:21 2025 +0200
Revert java-setup update to hopefully fix build issues with changelog plugin
---
.github/workflows/maven.yml | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 828092e..9f3e707 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -57,7 +57,9 @@ jobs:
${{ runner.os }}-maven-
- name: Set up JDK
- uses: actions/setup-java@v5
+# 20250825: https://github.com/apache/maven-changelog-plugin/issues/200
+# New version indicates problems with changelog plugin
+ uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: ${{ matrix.java }}