matrix
Some checks failed
checks / Set up Node and other necessary dependencies for Frontend Tests and Build (push) Successful in 11s
checks / Set up Java for Backend Tests and Build (push) Failing after 6s
Gitea Actions Demo / Explore-Gitea-Actions (pull_request) Successful in 3s
Gitea Actions Demo / Explore-Gitea-Actions-2 (pull_request) Successful in 2s
checks / Set up Node and other necessary dependencies for Frontend Tests and Build (pull_request) Successful in 11s
checks / Set up Java for Backend Tests and Build (pull_request) Failing after 5s

This commit is contained in:
Patrick
2025-10-31 09:17:32 +01:00
parent ef92fba5db
commit a5ee3c69a7

View File

@ -113,8 +113,9 @@ jobs:
- name: Set up JDK 21 for x64 - name: Set up JDK 21 for x64
uses: actions/setup-java@v4 uses: actions/setup-java@v4
with: with:
java-version: '21' #java-version: '21'
distribution: 'temurin' distribution: 'temurin'
java-version: ${{ matrix.java }}
architecture: x64 architecture: x64
cache: maven cache: maven
cache-dependency-path: 'pom.xml' # optional cache-dependency-path: 'pom.xml' # optional