This is an automated email from the ASF dual-hosted git repository. claude pushed a commit to branch feature/restructure in repository https://gitbox.apache.org/repos/asf/creadur-rat.git
commit bb8d5392c50358318f18314c73193843d5f3df2f Author: P. Ottlinger <[email protected]> AuthorDate: Sun Dec 21 00:31:19 2025 +0100 RAT-478: Raise language level to JDK17, remove animal-sniffer, build with 18,21,25 on GHA --- .github/workflows/maven.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 5f0d5e52..c6851629 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -81,9 +81,7 @@ jobs: **/target/surefire-reports - name: Generate javadoc - if: ${{ matrix.java != 17}} run: ./mvnw -e -B -V -ntp javadoc:javadoc - name: Build site - if: ${{ matrix.java != 17}} run: ./mvnw -e -B -V -ntp site site:stage
