This commit is contained in:
2025-01-11 00:37:32 +01:00
parent 6d806fbc20
commit 01aa12e8a2

View File

@@ -15,10 +15,10 @@ jobs:
uses: actions/checkout@v2 uses: actions/checkout@v2
# 2. Set up Java and Maven # 2. Set up Java and Maven
- name: Set up JDK and Maven - name: Set up JDK (Eclipse Temurin)
uses: actions/setup-java@v3 uses: actions/setup-java@v3
with: with:
distribution: "adoptium" distribution: "temurin"
java-version: "17" java-version: "17"
cache: maven cache: maven