corretto
Some checks failed
checks / Set up Node and other necessary dependencies for Frontend Tests and Build (push) Successful in 12s
checks / Set up Java for Backend Tests and Build (push) Failing after 13s
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 10s
checks / Set up Java for Backend Tests and Build (pull_request) Failing after 7s

This commit is contained in:
Patrick
2025-10-31 10:54:28 +01:00
parent 045e04eb51
commit d7096e9610

View File

@ -114,7 +114,8 @@ jobs:
uses: actions/setup-java@v4 uses: actions/setup-java@v4
with: with:
java-version: '21' java-version: '21'
distribution: 'oracle' #distribution: 'oracle'
distribution: 'corretto'
#distribution: 'temurin' #distribution: 'temurin'
architecture: x64 architecture: x64
cache: maven cache: maven